mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-02-17 20:31:57 -05:00
Enable multithreading on Linux by default.
This commit is contained in:
parent
7606819e14
commit
84eec31043
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@
|
||||||
# define BGFX_CONFIG_MULTITHREADED ( (!BGFX_CONFIG_RENDERER_NULL)&(0 \
|
# define BGFX_CONFIG_MULTITHREADED ( (!BGFX_CONFIG_RENDERER_NULL)&(0 \
|
||||||
| BX_PLATFORM_ANDROID \
|
| BX_PLATFORM_ANDROID \
|
||||||
| BX_PLATFORM_IOS \
|
| BX_PLATFORM_IOS \
|
||||||
|
| BX_PLATFORM_LINUX \
|
||||||
| BX_PLATFORM_NACL \
|
| BX_PLATFORM_NACL \
|
||||||
| BX_PLATFORM_OSX \
|
| BX_PLATFORM_OSX \
|
||||||
| BX_PLATFORM_QNX \
|
| BX_PLATFORM_QNX \
|
||||||
|
|
Loading…
Reference in a new issue