diff options
| author | 2020-09-28 10:04:36 -0700 | |
|---|---|---|
| committer | 2020-09-28 17:05:37 +0000 | |
| commit | 102c64e434a9a0af94c7c67e05c92e5bf3808bbb (patch) | |
| tree | 463ff7282307d2cb0d2ac63c9d2028044b6a77c4 | |
| parent | 1cd4c83c035d33f1a8261b411753b6fc2001c0ea (diff) | |
Remove embed files unintentionally added to Emscripten build
| -rw-r--r-- | scripts/src/main.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/src/main.lua b/scripts/src/main.lua index c9e2aabfdd8..6ae28487563 100644 --- a/scripts/src/main.lua +++ b/scripts/src/main.lua @@ -165,8 +165,6 @@ 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 |
