diff options
Diffstat (limited to 'scripts/src/main.lua')
-rw-r--r-- | scripts/src/main.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/src/main.lua b/scripts/src/main.lua index 6ae28487563..c9e2aabfdd8 100644 --- a/scripts/src/main.lua +++ b/scripts/src/main.lua @@ -165,6 +165,8 @@ end .. " --embed-file " .. _MAKE.esc(MAME_DIR) .. "bgfx/shaders/essl@bgfx/shaders/essl" .. " --embed-file " .. _MAKE.esc(MAME_DIR) .. "artwork/bgfx@artwork/bgfx" .. " --embed-file " .. _MAKE.esc(MAME_DIR) .. "artwork/slot-mask.png@artwork/slot-mask.png" + .. " --embed-file " .. _MAKE.esc(MAME_DIR) .. "artwork/popeye.zip@artwork/popeye.zip" + .. " --embed-file " .. _MAKE.esc(MAME_DIR) .. "roms@roms" if _OPTIONS["SYMBOLS"]~=nil and _OPTIONS["SYMBOLS"]~="0" then emccopts = emccopts |