mirror of
https://github.com/holub/mame
synced 2025-06-02 02:49:44 +03:00
plugins/cheat: one more flag
This commit is contained in:
parent
fe0fbb87c2
commit
0a27fdf359
@ -662,7 +662,7 @@ function cheat.startplugin()
|
||||
menu[num][3] = "off"
|
||||
elseif cheat.is_oneshot then
|
||||
menu[num][2] = _("Set")
|
||||
menu[num][3] = 0
|
||||
menu[num][3] = ""
|
||||
else
|
||||
if cheat.enabled then
|
||||
menu[num][2] = _("On")
|
||||
|
Loading…
Reference in New Issue
Block a user