Add support for running engine with a single-thread only (content, jobs, drawing, physics)
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
#endif
|
||||
#include "Engine/Scripting/Internal/InternalCalls.h"
|
||||
|
||||
#define JOB_SYSTEM_ENABLED 1
|
||||
#define JOB_SYSTEM_ENABLED (PLATFORM_THREADS_LIMIT > 1)
|
||||
|
||||
#if JOB_SYSTEM_ENABLED
|
||||
|
||||
|
||||
Reference in New Issue
Block a user