diff options
author | 2016-04-10 09:16:09 +0200 | |
---|---|---|
committer | 2016-04-10 09:16:09 +0200 | |
commit | cceb3a32b786790495e846dd8c4d1684cce3a5dc (patch) | |
tree | cb4a8f7014a6975d1d71a99d44220e66fc519732 /3rdparty/bgfx/examples/common/entry/entry_p.h | |
parent | a26f4f3428e9aaa650424f8e893ee080598dba4e (diff) |
Update to latest BGFX (nw)
Diffstat (limited to '3rdparty/bgfx/examples/common/entry/entry_p.h')
-rw-r--r-- | 3rdparty/bgfx/examples/common/entry/entry_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/bgfx/examples/common/entry/entry_p.h b/3rdparty/bgfx/examples/common/entry/entry_p.h index f44a421946a..971b880552d 100644 --- a/3rdparty/bgfx/examples/common/entry/entry_p.h +++ b/3rdparty/bgfx/examples/common/entry/entry_p.h @@ -14,7 +14,7 @@ #include <string.h> // memcpy #ifndef ENTRY_CONFIG_USE_NOOP -# define ENTRY_CONFIG_USE_NOOP (BX_PLATFORM_QNX || BX_PLATFORM_XBOXONE) +# define ENTRY_CONFIG_USE_NOOP (BX_PLATFORM_QNX) #endif // ENTRY_CONFIG_USE_NOOP #ifndef ENTRY_CONFIG_USE_SDL |