mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 13:49:53 -06:00
Jit: Replace "msrBits" with "featureFlags"
Preparation for the next commit.
This commit is contained in:
@ -661,6 +661,7 @@ static void WriteRegister()
|
||||
break;
|
||||
case 65:
|
||||
ppc_state.msr.Hex = re32hex(bufptr);
|
||||
PowerPC::MSRUpdated(ppc_state);
|
||||
break;
|
||||
case 66:
|
||||
ppc_state.cr.Set(re32hex(bufptr));
|
||||
|
Reference in New Issue
Block a user