mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-13 19:07:58 -05:00
Fixed formatting and switch statement warnings
This commit is contained in:
@ -68,7 +68,7 @@ inline void Write(u32 addr, const T data) {
|
||||
break;
|
||||
|
||||
default:
|
||||
ERROR_LOG(HW, "unknown Write%lu 0x%08X @ 0x%08X", sizeof(data) * 8, data, addr);
|
||||
ERROR_LOG(HW, "unknown Write%lu 0x%08X @ 0x%08X", sizeof(data) * 8, (u32)data, addr);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user