mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
Fix FPRF flag setting
Looks like I didn't quite change every place it needed to be renamed.
This commit is contained in:
@ -141,7 +141,7 @@ struct SCoreStartupParameter
|
||||
bool bJITILOutputIR;
|
||||
|
||||
bool bFastmem;
|
||||
bool bEnableFPRF;
|
||||
bool bFPRF;
|
||||
|
||||
bool bCPUThread;
|
||||
bool bDSPThread;
|
||||
|
Reference in New Issue
Block a user