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