CoreParameter: add enum CPUBackend

This commit is contained in:
Tillmann Karras
2014-04-28 21:00:35 +02:00
parent 20a16beabd
commit 311e9e655a
13 changed files with 44 additions and 32 deletions

View File

@ -65,7 +65,7 @@ void SCoreStartupParameter::LoadDefaults()
iGDBPort = -1;
#endif
iCPUCore = 1;
iCPUCore = CPU_JIT_X64;
bCPUThread = false;
bSkipIdle = false;
bRunCompareServer = false;