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

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