mirror of
https://github.com/holub/mame
synced 2025-06-07 13:23:50 +03:00
plugins/cheatfind: fix typo (nw)
This commit is contained in:
parent
655bfff256
commit
10c4f31905
@ -724,7 +724,7 @@ function cheatfind.startplugin()
|
|||||||
elseif wid == "4" then
|
elseif wid == "4" then
|
||||||
wid = "u32"
|
wid = "u32"
|
||||||
form = "%08x %08x"
|
form = "%08x %08x"
|
||||||
widchart = "d"
|
widchar = "d"
|
||||||
elseif wid == "8" then
|
elseif wid == "8" then
|
||||||
wid = "u64"
|
wid = "u64"
|
||||||
form = "%08x %016x"
|
form = "%08x %016x"
|
||||||
|
Loading…
Reference in New Issue
Block a user