diff options
author | 2016-03-21 03:43:02 +0100 | |
---|---|---|
committer | 2016-03-21 03:43:02 +0100 | |
commit | 825d575195d59f02e9685b33ea3cbbe32e405304 (patch) | |
tree | 27e47355bb610c1ebd32d028d73e901e62fd943c /src/osd/modules/lib/osdobj_common.cpp | |
parent | 1226b243a240542fdde83cebdc34f50625e619c7 (diff) |
Fix lots of issues with bgfx
Diffstat (limited to 'src/osd/modules/lib/osdobj_common.cpp')
-rw-r--r-- | src/osd/modules/lib/osdobj_common.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/osd/modules/lib/osdobj_common.cpp b/src/osd/modules/lib/osdobj_common.cpp index df6cdeedffc..d8200463e62 100644 --- a/src/osd/modules/lib/osdobj_common.cpp +++ b/src/osd/modules/lib/osdobj_common.cpp @@ -146,8 +146,8 @@ const options_entry osd_options::s_option_entries[] = { OSDOPTION_BGFX_DEBUG, "0", OPTION_BOOLEAN, "enable BGFX debugging statistics" }, { OSDOPTION_BGFX_SCREEN_CHAIN, "default", OPTION_STRING, "screen chain JSON file to use" }, { OSDOPTION_BGFX_SHADOW_MASK, "shadow-mask.png", OPTION_STRING, "shadow mask texture name" }, - { OSDOPTION_BGFX_PRESCALE_X, "1", OPTION_INTEGER, "x prescale" }, - { OSDOPTION_BGFX_PRESCALE_Y, "1", OPTION_INTEGER, "y prescale" }, + { OSDOPTION_BGFX_PRESCALE_X, "2", OPTION_INTEGER, "x prescale" }, + { OSDOPTION_BGFX_PRESCALE_Y, "2", OPTION_INTEGER, "y prescale" }, // End of list { nullptr } |