mirror of
https://github.com/holub/mame
synced 2025-04-19 15:11:37 +03:00
plugins/cheat: oops (nw)
This commit is contained in:
parent
96ed3869ff
commit
72423541d2
@ -340,7 +340,7 @@ function cheat.startplugin()
|
||||
local hotmod = 1
|
||||
local hotkeylist = {}
|
||||
local function run_if(func) if func then func() end return func or false end
|
||||
local function is_oneshot(cheat) return cheat.script and not cheat.script.run and not cheat.script.on end
|
||||
local function is_oneshot(cheat) return cheat.script and not cheat.script.run and not cheat.script.off end
|
||||
|
||||
local function menu_populate()
|
||||
local menu = {}
|
||||
|
Loading…
Reference in New Issue
Block a user