mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Change default IO thread to false.
This commit is contained in:
parent
49ab98c7fd
commit
c480bbb679
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ void Config::Load(const char *iniFileName)
|
|||
cpu->Get("Jit", &bJit, true);
|
||||
#endif
|
||||
cpu->Get("SeparateCPUThread", &bSeparateCPUThread, false);
|
||||
cpu->Get("SeparateIOThread", &bSeparateIOThread, true);
|
||||
cpu->Get("SeparateIOThread", &bSeparateIOThread, false);
|
||||
cpu->Get("FastMemory", &bFastMemory, false);
|
||||
cpu->Get("CPUSpeed", &iLockedCPUSpeed, false);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue