mirror of
https://github.com/holub/mame
synced 2025-06-07 05:13:46 +03:00
plugins: another leftover
This commit is contained in:
parent
9097e89972
commit
61caa1450b
@ -100,8 +100,8 @@ function cheat.startplugin()
|
|||||||
filename = emu.softname():gsub(":", "/")
|
filename = emu.softname():gsub(":", "/")
|
||||||
else
|
else
|
||||||
for name, image in pairs(manager.machine.images) do
|
for name, image in pairs(manager.machine.images) do
|
||||||
if image.exists and image:software_list_name() ~= "" then
|
if image.exists and image.software_list_name ~= "" then
|
||||||
filename = image:software_list_name() .. "/" .. emu.softname()
|
filename = image.software_list_name .. "/" .. emu.softname()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user