mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
headless: default to single core.
Was zero before, causing divide by zero issues.
This commit is contained in:
parent
da1224bb57
commit
0c7e9b9849
1 changed files with 1 additions and 0 deletions
|
@ -343,6 +343,7 @@ int main(int argc, const char* argv[])
|
|||
g_Config.iInternalResolution = 1;
|
||||
g_Config.bFrameSkipUnthrottle = false;
|
||||
g_Config.bEnableLogging = fullLog;
|
||||
g_Config.iNumWorkerThreads = 1;
|
||||
|
||||
#ifdef _WIN32
|
||||
InitSysDirectories();
|
||||
|
|
Loading…
Add table
Reference in a new issue