diff options
author | 2016-03-28 21:50:41 +0000 | |
---|---|---|
committer | 2016-03-28 21:50:41 +0000 | |
commit | f26ce9ee1d281f37c9aef1efd3d0f5918f16e7cc (patch) | |
tree | 1758ffb81940a116522609fb76a81b08ed5de9d6 /scripts/src/main.lua | |
parent | c0b118271258cae30a9eaff517e91c1d8c96231e (diff) |
Emscripten update (nw)
Diffstat (limited to 'scripts/src/main.lua')
-rw-r--r-- | scripts/src/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/src/main.lua b/scripts/src/main.lua index c0f2072607b..9914509184e 100644 --- a/scripts/src/main.lua +++ b/scripts/src/main.lua @@ -129,7 +129,7 @@ end emccopts = emccopts .. " --embed-file " .. _MAKE.esc(MAME_DIR) .. "bgfx/chains@bgfx/chains" emccopts = emccopts .. " --embed-file " .. _MAKE.esc(MAME_DIR) .. "bgfx/effects@bgfx/effects" emccopts = emccopts .. " --embed-file " .. _MAKE.esc(MAME_DIR) .. "bgfx/shaders/gles@bgfx/shaders/gles" - emccopts = emccopts .. " --embed-file " .. _MAKE.esc(MAME_DIR) .. "artwork/shadow-mask.png@artwork/shadow-mask.png" + emccopts = emccopts .. " --embed-file " .. _MAKE.esc(MAME_DIR) .. "artwork/slot-mask.png@artwork/slot-mask.png" postbuildcommands { os.getenv("EMSCRIPTEN") .. "/emcc " .. emccopts .. " $(TARGET) -o " .. _MAKE.esc(MAME_DIR) .. _OPTIONS["target"] .. _OPTIONS["subtarget"] .. ".js", } |