diff --git a/examples/common/entry/entry_p.h b/examples/common/entry/entry_p.h index 880f4412..502eed67 100644 --- a/examples/common/entry/entry_p.h +++ b/examples/common/entry/entry_p.h @@ -14,7 +14,7 @@ #include // 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 diff --git a/src/config.h b/src/config.h index 730e4924..df5c159c 100644 --- a/src/config.h +++ b/src/config.h @@ -65,6 +65,7 @@ || BX_PLATFORM_NACL \ || BX_PLATFORM_QNX \ || BX_PLATFORM_RPI \ + || BX_PLATFORM_STEAMLINK \ ? 1 : 0) # endif // BGFX_CONFIG_RENDERER_OPENGLES