mirror of
https://github.com/holub/mame
synced 2025-06-06 21:03:47 +03:00
Change BGFX_CONFIG_MAX_FRAME_BUFFERS on proper way (nw)
This commit is contained in:
parent
accfc260a0
commit
3bd130ebce
2
3rdparty/bgfx/src/config.h
vendored
2
3rdparty/bgfx/src/config.h
vendored
@ -266,7 +266,7 @@
|
||||
#endif // BGFX_CONFIG_MAX_TEXTURE_SAMPLERS
|
||||
|
||||
#ifndef BGFX_CONFIG_MAX_FRAME_BUFFERS
|
||||
# define BGFX_CONFIG_MAX_FRAME_BUFFERS 128
|
||||
# define BGFX_CONFIG_MAX_FRAME_BUFFERS 64
|
||||
#endif // BGFX_CONFIG_MAX_FRAME_BUFFERS
|
||||
|
||||
#ifndef BGFX_CONFIG_MAX_FRAME_BUFFER_ATTACHMENTS
|
||||
|
@ -761,6 +761,7 @@ end
|
||||
"__STDC_LIMIT_MACROS",
|
||||
"__STDC_FORMAT_MACROS",
|
||||
"__STDC_CONSTANT_MACROS",
|
||||
"BGFX_CONFIG_MAX_FRAME_BUFFERS=128",
|
||||
}
|
||||
files {
|
||||
MAME_DIR .. "3rdparty/bgfx/src/bgfx.cpp",
|
||||
|
Loading…
Reference in New Issue
Block a user