mirror of
https://github.com/holub/mame
synced 2025-06-05 04:16:28 +03:00
plugins/cheatfind: fix typo (nw)
This commit is contained in:
parent
655bfff256
commit
48f61988db
@ -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