mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 02:29:59 -06:00
Revert "Don't add segfault handler in interpreter mode"
This commit is contained in:
@ -65,7 +65,7 @@ void SCoreStartupParameter::LoadDefaults()
|
||||
iGDBPort = -1;
|
||||
#endif
|
||||
|
||||
iCPUCore = CPU_JIT_X64;
|
||||
iCPUCore = 1;
|
||||
bCPUThread = false;
|
||||
bSkipIdle = false;
|
||||
bRunCompareServer = false;
|
||||
|
Reference in New Issue
Block a user