mirror of
https://github.com/holub/mame
synced 2025-05-29 00:53:09 +03:00
Fix for prescale value entry (MT#6720) (nw)
This commit is contained in:
parent
96f937d233
commit
e94fb46f0b
@ -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" },
|
||||
|
Loading…
Reference in New Issue
Block a user