mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-15 20:48:03 -05:00
Rename logging macro back to LOG_*
This commit is contained in:
@ -55,7 +55,7 @@ public:
|
||||
}
|
||||
|
||||
void InterpreterFallback(u64 pc, size_t num_instructions) override {
|
||||
NGLOG_INFO(Core_ARM, "Unicorn fallback @ 0x{:X} for {} instructions (instr = {:08X})", pc,
|
||||
LOG_INFO(Core_ARM, "Unicorn fallback @ 0x{:X} for {} instructions (instr = {:08X})", pc,
|
||||
num_instructions, MemoryReadCode(pc));
|
||||
|
||||
ARM_Interface::ThreadContext ctx;
|
||||
|
Reference in New Issue
Block a user