mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
PowerPC: Remove PC macro.
This commit is contained in:
@ -320,7 +320,7 @@ bool ApplyFramePatches()
|
||||
DEBUG_LOG_FMT(ACTIONREPLAY,
|
||||
"Need to retry later. CPU configuration is currently incorrect. PC = {:#010x}, "
|
||||
"MSR = {:#010x}",
|
||||
PC, MSR.Hex);
|
||||
PowerPC::ppcState.pc, MSR.Hex);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user