PowerPC: Remove MSR macro.

This commit is contained in:
Admiral H. Curtiss
2023-01-09 22:55:49 +01:00
parent 4b6b8fa1ae
commit ba1b624e1b
26 changed files with 120 additions and 116 deletions

View File

@ -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.");