mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2025-03-06 14:27:44 +00:00
Multithreading was always enabled in the CModel3 constructor. Disabled this behavior.
This commit is contained in:
parent
99149124e6
commit
498d90d667
|
@ -2718,7 +2718,6 @@ CModel3::CModel3(void)
|
|||
|
||||
securityPtr = 0;
|
||||
|
||||
g_Config.multiThreaded = true;
|
||||
startedThreads = false;
|
||||
sndBrdThread = NULL;
|
||||
#ifdef SUPERMODEL_DRIVEBOARD
|
||||
|
|
Loading…
Reference in a new issue