mirror of
https://github.com/holub/mame
synced 2025-06-09 14:22:41 +03:00
fix for compiling bgfx on older osx (nw)
This commit is contained in:
parent
5664971d3b
commit
1aa5af9fb1
1
3rdparty/bgfx/src/config.h
vendored
1
3rdparty/bgfx/src/config.h
vendored
@ -44,7 +44,6 @@
|
|||||||
# ifndef BGFX_CONFIG_RENDERER_METAL
|
# ifndef BGFX_CONFIG_RENDERER_METAL
|
||||||
# define BGFX_CONFIG_RENDERER_METAL (0 \
|
# define BGFX_CONFIG_RENDERER_METAL (0 \
|
||||||
|| BX_PLATFORM_IOS \
|
|| BX_PLATFORM_IOS \
|
||||||
|| BX_PLATFORM_OSX \
|
|
||||||
? 1 : 0)
|
? 1 : 0)
|
||||||
# endif // BGFX_CONFIG_RENDERER_METAL
|
# endif // BGFX_CONFIG_RENDERER_METAL
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user