mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
Change BGFX_CONFIG_MAX_FRAME_BUFFERS on proper way (nw)
This commit is contained in:
parent
accfc260a0
commit
3bd130ebce
2 changed files with 2 additions and 1 deletions
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 a new issue