mirror of
https://github.com/holub/mame
synced 2025-06-03 03:16:30 +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(":", "/")
|
||||
else
|
||||
for name, image in pairs(manager.machine.images) do
|
||||
if image.exists and image:software_list_name() ~= "" then
|
||||
filename = image:software_list_name() .. "/" .. emu.softname()
|
||||
if image.exists and image.software_list_name ~= "" then
|
||||
filename = image.software_list_name .. "/" .. emu.softname()
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user