mirror of
https://github.com/holub/mame
synced 2025-06-07 13:23:50 +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"
|
menu[num][3] = "off"
|
||||||
elseif cheat.is_oneshot then
|
elseif cheat.is_oneshot then
|
||||||
menu[num][2] = _("Set")
|
menu[num][2] = _("Set")
|
||||||
menu[num][3] = 0
|
menu[num][3] = ""
|
||||||
else
|
else
|
||||||
if cheat.enabled then
|
if cheat.enabled then
|
||||||
menu[num][2] = _("On")
|
menu[num][2] = _("On")
|
||||||
|
Loading…
Reference in New Issue
Block a user