diff options
author | 2021-11-05 02:46:04 +1100 | |
---|---|---|
committer | 2021-11-05 02:46:04 +1100 | |
commit | de9ed121867b8665060fb91fc1dbee0dfa3ca6fa (patch) | |
tree | 790bf80e2da36d3c9cc0542514a96aae2fe7b467 /plugins/cheat/init.lua | |
parent | f196989f8bbd8163b58aaf20f64904eafbfea52f (diff) |
plugins: Reduced amnesia for autofire and inputmacro plugins.
Made autofire and inputmacro plugins capable of remembering settings if
the host input device for the binding is missing or if an input for a
slot device that isn't present is referenced.
Diffstat (limited to 'plugins/cheat/init.lua')
-rw-r--r-- | plugins/cheat/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/cheat/init.lua b/plugins/cheat/init.lua index 11d060d003d..f8f15b652f4 100644 --- a/plugins/cheat/init.lua +++ b/plugins/cheat/init.lua @@ -662,7 +662,7 @@ function cheat.startplugin() menu[num][3] = "off" elseif cheat.is_oneshot then menu[num][2] = _("Set") - menu[num][3] = "" + menu[num][3] = "" else if cheat.enabled then menu[num][2] = _("On") |