mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 12:48:57 +00:00
PowerPC: Remove PC macro.
This commit is contained in:
parent
82f3170876
commit
be8d0b76ca
30 changed files with 151 additions and 127 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue