summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd
diff options
context:
space:
mode:
author Scott Stone <tafoid@gmail.com>2017-10-18 08:15:03 -0400
committer Scott Stone <tafoid@gmail.com>2017-10-18 08:15:03 -0400
commite94fb46f0b26dff4b772608ebf0f4e2db3b7629d (patch)
treecb45aa6b64f9b84cf478a440f64c4d71d9b09c6c /src/osd
parent96f937d233bcc776581c9959e11dc250313e7b06 (diff)
Fix for prescale value entry (MT#6720) (nw)
Diffstat (limited to 'src/osd')
-rw-r--r--src/osd/modules/lib/osdobj_common.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/modules/lib/osdobj_common.cpp b/src/osd/modules/lib/osdobj_common.cpp
index 5bacf0c341d..f2a961f746b 100644
--- a/src/osd/modules/lib/osdobj_common.cpp
+++ b/src/osd/modules/lib/osdobj_common.cpp
@@ -91,7 +91,7 @@ const options_entry osd_options::s_option_entries[] =
{ nullptr, nullptr, OPTION_HEADER, "OSD ACCELERATED VIDEO OPTIONS" },
{ OSDOPTION_FILTER ";glfilter;flt", "1", OPTION_BOOLEAN, "enable bilinear filtering on screen output" },
- { OSDOPTION_PRESCALE, "1", OPTION_INTEGER, "scale screen rendering by this amount in software" },
+ { OSDOPTION_PRESCALE "(1-4)", "1", OPTION_INTEGER, "scale screen rendering by this amount in software" },
#if USE_OPENGL
{ nullptr, nullptr, OPTION_HEADER, "OpenGL-SPECIFIC OPTIONS" },