mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-18 12:48:02 -05:00
general: Convert assertion macros over to be fmt-compatible
This commit is contained in:
@ -76,7 +76,7 @@ public:
|
||||
case Dynarmic::A64::Exception::Yield:
|
||||
return;
|
||||
default:
|
||||
ASSERT_MSG(false, "ExceptionRaised(exception = %zu, pc = %" PRIx64 ")",
|
||||
ASSERT_MSG(false, "ExceptionRaised(exception = {}, pc = {:X})",
|
||||
static_cast<size_t>(exception), pc);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user