Jit: Replace "msrBits" with "featureFlags"

Preparation for the next commit.
This commit is contained in:
JosJuice
2023-06-23 15:12:35 +02:00
parent 163acb5d2c
commit ca7e05bbc4
24 changed files with 215 additions and 115 deletions

View File

@ -460,6 +460,9 @@ bool CBoot::Load_BS2(Core::System& system, const std::string& boot_rom_filename)
SetupBAT(system, /*is_wii*/ false);
ppc_state.pc = 0x81200150;
PowerPC::MSRUpdated(ppc_state);
return true;
}