mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
CoreParameter: add enum CPUBackend
This commit is contained in:
@ -65,7 +65,7 @@ void SCoreStartupParameter::LoadDefaults()
|
||||
iGDBPort = -1;
|
||||
#endif
|
||||
|
||||
iCPUCore = 1;
|
||||
iCPUCore = CPU_JIT_X64;
|
||||
bCPUThread = false;
|
||||
bSkipIdle = false;
|
||||
bRunCompareServer = false;
|
||||
|
Reference in New Issue
Block a user