mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
Fix osd message
This commit is contained in:
parent
00aec89192
commit
7c5b979ffa
@ -1780,7 +1780,7 @@ UINT32 ui_manager::handler_ingame(running_machine &machine, render_container *co
|
||||
{
|
||||
bool autofire_toggle = machine.ioport().get_autofire_toggle();
|
||||
machine.ioport().set_autofire_toggle(!autofire_toggle);
|
||||
machine.popmessage("Autofire %s", autofire_toggle ? "Disabled" : "Enabled");
|
||||
machine.popmessage("Autofire %s", autofire_toggle ? "Enabled" : "Disabled");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user