diff options
author | 2016-07-07 19:08:44 +1000 | |
---|---|---|
committer | 2016-07-07 19:10:17 +1000 | |
commit | 717e90b357552bcc720f6df490b62c9f877f2e73 (patch) | |
tree | bdd3786c69815a00271c03244e90aaa58d9bb6a8 /src/osd/modules/lib/osdobj_common.cpp | |
parent | b77af4ceb61e1d2215a51fe99d4137b8b1d2935d (diff) |
Restore ability to supply explicit name for bgfx AVI output file, auto causes it to generate ascending snap names
Diffstat (limited to 'src/osd/modules/lib/osdobj_common.cpp')
-rw-r--r-- | src/osd/modules/lib/osdobj_common.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osd/modules/lib/osdobj_common.cpp b/src/osd/modules/lib/osdobj_common.cpp index 7659905ec88..a5e02f2efaf 100644 --- a/src/osd/modules/lib/osdobj_common.cpp +++ b/src/osd/modules/lib/osdobj_common.cpp @@ -147,6 +147,7 @@ const options_entry osd_options::s_option_entries[] = { OSDOPTION_BGFX_DEBUG, "0", OPTION_BOOLEAN, "enable BGFX debugging statistics" }, { OSDOPTION_BGFX_SCREEN_CHAINS, "default", OPTION_STRING, "comma-delimited list of screen chain JSON names, colon-delimited per-window" }, { OSDOPTION_BGFX_SHADOW_MASK, "slot-mask.png", OPTION_STRING, "shadow mask texture name" }, + { OSDOPTION_BGFX_AVI_NAME, OSDOPTVAL_AUTO, OPTION_STRING, "filename for BGFX output logging" }, // End of list { nullptr } |