mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-14 04:48:30 -05:00
Convert old logging calls to new logging macros
This commit is contained in:
@ -55,7 +55,7 @@ inline void Read(T &var, const u32 addr) {
|
||||
break;
|
||||
|
||||
default:
|
||||
ERROR_LOG(HLE, "unknown addr=0x%08X", addr);
|
||||
LOG_ERROR(Kernel, "unknown addr=0x%08X", addr);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user