mirror of
https://github.com/holub/mame
synced 2025-10-05 16:50:57 +03:00
there was old name here (nw)
This commit is contained in:
parent
1f20547472
commit
b4781a98eb
@ -580,7 +580,7 @@ void sdl_osd_interface::init(running_machine &machine)
|
||||
if (bench > 0)
|
||||
{
|
||||
options.set_value(OPTION_THROTTLE, false, OPTION_PRIORITY_MAXIMUM, error_string);
|
||||
options.set_value(OPTION_SOUND, false, OPTION_PRIORITY_MAXIMUM, error_string);
|
||||
options.set_value(OSDOPTION_SOUND, false, OPTION_PRIORITY_MAXIMUM, error_string);
|
||||
options.set_value(OSDOPTION_VIDEO, "none", OPTION_PRIORITY_MAXIMUM, error_string);
|
||||
options.set_value(OPTION_SECONDS_TO_RUN, bench, OPTION_PRIORITY_MAXIMUM, error_string);
|
||||
assert(!error_string);
|
||||
|
Loading…
Reference in New Issue
Block a user