mirror of
https://github.com/holub/mame
synced 2025-04-26 10:13:37 +03:00
Fixed hard-reset (nw)
This commit is contained in:
parent
b30802e57d
commit
477c80e76e
@ -185,7 +185,7 @@ int mame_execute(emu_options &options, osd_interface &osd)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
options.set_system_name("");
|
if (machine.exit_pending()) options.set_system_name("");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (machine.exit_pending() && (!started_empty || (system == &GAME_NAME(___empty))))
|
if (machine.exit_pending() && (!started_empty || (system == &GAME_NAME(___empty))))
|
||||||
|
Loading…
Reference in New Issue
Block a user