mirror of
https://github.com/libretro/mame2016-libretro.git
synced 2025-03-01 14:26:31 +00:00
plugins/cheatfind: fix order (nw)
This commit is contained in:
parent
a6f9a402dc
commit
82d38dc10d
@ -150,7 +150,7 @@ function cheatfind.startplugin()
|
||||
oldc = frombcd(old)
|
||||
newc = frombcd(new)
|
||||
end
|
||||
if cfoper[oper](oldc, newc, val, addr) then
|
||||
if cfoper[oper](newc, oldc, val, addr) then
|
||||
ret[#ret + 1] = { addr = addr,
|
||||
oldval = old,
|
||||
newval = new,
|
||||
|
Loading…
x
Reference in New Issue
Block a user