mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
PowerPC: Remove MSR macro.
This commit is contained in:
@ -462,9 +462,9 @@ bool CBoot::Load_BS2(Core::System& system, const std::string& boot_rom_filename)
|
||||
PowerPC::ppcState.gpr[4] = 0x00002030;
|
||||
PowerPC::ppcState.gpr[5] = 0x0000009c;
|
||||
|
||||
MSR.FP = 1;
|
||||
MSR.DR = 1;
|
||||
MSR.IR = 1;
|
||||
PowerPC::ppcState.msr.FP = 1;
|
||||
PowerPC::ppcState.msr.DR = 1;
|
||||
PowerPC::ppcState.msr.IR = 1;
|
||||
|
||||
PowerPC::ppcState.spr[SPR_HID0] = 0x0011c464;
|
||||
PowerPC::ppcState.spr[SPR_IBAT3U] = 0xfff0001f;
|
||||
|
Reference in New Issue
Block a user