mirror of
https://github.com/holub/mame
synced 2025-04-18 22:49:58 +03:00
plugins/cheat: fix regions in xml cheats too
This commit is contained in:
parent
bf21508faa
commit
85b9bcd670
@ -270,7 +270,6 @@ function xml.conv_cheat(data)
|
||||
if next(regions) then
|
||||
data["cheat"][count]["region"] = {}
|
||||
for name, region in pairs(regions) do
|
||||
data["cheat"][count]["region"] = {}
|
||||
data["cheat"][count]["region"][name] = region
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user