Previous 199869 Revisions Next

r46616 Wednesday 23rd March, 2016 at 16:27:15 UTC by Ryan Holtz
Fix up description of -bgfx_screen_chains, nw
[/branches/bgfx_shader/src/osd/modules/lib]osdobj_common.cpp

branches/bgfx_shader/src/osd/modules/lib/osdobj_common.cpp
r255127r255128
144144    { OSDOPTION_BGFX_PATH,                    "bgfx",            OPTION_STRING, "path to BGFX-related files" },
145145    { OSDOPTION_BGFX_BACKEND,                 "auto",            OPTION_STRING, "BGFX backend to use (d3d9, d3d11, metal, opengl, gles)" },
146146    { OSDOPTION_BGFX_DEBUG,                   "0",               OPTION_BOOLEAN, "enable BGFX debugging statistics" },
147    { OSDOPTION_BGFX_SCREEN_CHAINS,           "default",         OPTION_STRING, "comma-delimited list of JSON files to use per-screen" },
147    { OSDOPTION_BGFX_SCREEN_CHAINS,           "default",         OPTION_STRING, "comma-delimited list of screen chain JSON names, colon-dlimited per-window" },
148148    { OSDOPTION_BGFX_SHADOW_MASK,             "shadow-mask.png", OPTION_STRING, "shadow mask texture name" },
149149    { OSDOPTION_BGFX_PRESCALE_X,              "2",               OPTION_INTEGER, "x prescale" },
150150    { OSDOPTION_BGFX_PRESCALE_Y,              "2",               OPTION_INTEGER, "y prescale" },


Previous 199869 Revisions Next


© 1997-2024 The MAME Team