headless: default to single core.

Was zero before, causing divide by zero issues.
This commit is contained in:
Unknown W. Brackets 2013-12-15 09:36:41 -08:00
parent da1224bb57
commit 0c7e9b9849

View file

@ -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();