diff options
author | 2017-06-25 15:19:30 +1000 | |
---|---|---|
committer | 2017-06-25 15:19:30 +1000 | |
commit | 41e1555242eb78c68c653f93ae204ef9a317890b (patch) | |
tree | 4aa19c5f82f8956ef8c1e792f9b1c2f4cc6909c4 /plugins/cheat/init.lua | |
parent | 4c815ece23fa6f860a79abd094f3445b165a5171 (diff) | |
parent | f31e73505343e3fe9cf9539b559e594035c4d9cb (diff) |
Merge branch 'release0187'
Conflicts:
src/mame/drivers/accomm.cpp
Diffstat (limited to 'plugins/cheat/init.lua')
-rw-r--r-- | plugins/cheat/init.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/cheat/init.lua b/plugins/cheat/init.lua index 3c33351a819..dd31f2bcefc 100644 --- a/plugins/cheat/init.lua +++ b/plugins/cheat/init.lua @@ -107,7 +107,7 @@ function cheat.startplugin() end end end - end + end return newcheats end @@ -416,7 +416,7 @@ function cheat.startplugin() return false end - + menu[1] = {"Select cheat to set hotkey", "", "off"} menu[2] = {"---", "", "off"} hotkeylist = {} |