mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-12 09:24:30 +03:00
Improved emscripten support + some minor refactor.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
using namespace EE::Graphics;
|
||||
using namespace EE::System;
|
||||
|
||||
#if EE_PLATFORM != EE_PLATFORM_EMSCRIPTEN
|
||||
#if EE_PLATFORM != EE_PLATFORM_EMSCRIPTEN || defined(__EMSCRIPTEN_PTHREADS__)
|
||||
#define AUTO_COMPLETE_THREADED 1
|
||||
#else
|
||||
#define AUTO_COMPLETE_THREADED 0
|
||||
|
||||
Reference in New Issue
Block a user