From 56f30e3ca03c61c5ef2508116af119fb56ea0ddf Mon Sep 17 00:00:00 2001 From: Justin Kerk Date: Mon, 28 Sep 2020 10:04:36 -0700 Subject: Remove embed files unintentionally added to Emscripten build --- scripts/src/main.lua | 2 -- 1 file changed, 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 -- cgit v1.2.3