mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 16:49:58 -06:00
PowerPC: Remove MSR macro.
This commit is contained in:
@ -78,7 +78,7 @@ bool Load()
|
||||
|
||||
const PowerPC::CoreMode core_mode = PowerPC::GetMode();
|
||||
PowerPC::SetMode(PowerPC::CoreMode::Interpreter);
|
||||
MSR.Hex = 0;
|
||||
PowerPC::ppcState.msr.Hex = 0;
|
||||
PowerPC::ppcState.pc = 0x3400;
|
||||
NOTICE_LOG_FMT(IOS, "Loaded MIOS and bootstrapped PPC.");
|
||||
|
||||
|
Reference in New Issue
Block a user