mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 10:35:43 -05:00
SteamLink defines.
This commit is contained in:
parent
8e4517fc3b
commit
86a38a0160
2 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
#include <string.h> // memcpy
|
||||
|
||||
#ifndef ENTRY_CONFIG_USE_SDL
|
||||
# define ENTRY_CONFIG_USE_SDL 0
|
||||
# define ENTRY_CONFIG_USE_SDL BX_PLATFORM_STEAMLINK
|
||||
#endif // ENTRY_CONFIG_USE_SDL
|
||||
|
||||
#ifndef ENTRY_CONFIG_USE_GLFW
|
||||
|
|
|
@ -65,6 +65,7 @@
|
|||
|| BX_PLATFORM_NACL \
|
||||
|| BX_PLATFORM_QNX \
|
||||
|| BX_PLATFORM_RPI \
|
||||
|| BX_PLATFORM_STEAMLINK \
|
||||
? 1 : 0)
|
||||
# endif // BGFX_CONFIG_RENDERER_OPENGLES
|
||||
|
||||
|
|
Loading…
Reference in a new issue