summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author ajrhacker <ajrhacker@users.noreply.github.com>2019-12-03 16:46:55 -0500
committer GitHub <noreply@github.com>2019-12-03 16:46:55 -0500
commit1d5120404aa9c0bda53b727b307103ac81301924 (patch)
tree1624fdf771510cb639dcdf511ad267c24fb9fe7b
parent62bb860d618ad2bc006ef57289805b19f6346354 (diff)
parentf5869f4018b690567f600f08ba51745c42e2da60 (diff)
Merge pull request #6009 from algestam/emscripten_bgfx_artwork_path
Add bgfx artwork path for Emscripten build (nw)
-rw-r--r--scripts/src/main.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/src/main.lua b/scripts/src/main.lua
index 992ac602168..4be1b9af7af 100644
--- a/scripts/src/main.lua
+++ b/scripts/src/main.lua
@@ -160,6 +160,7 @@ end
.. " --embed-file " .. _MAKE.esc(MAME_DIR) .. "bgfx/chains@bgfx/chains"
.. " --embed-file " .. _MAKE.esc(MAME_DIR) .. "bgfx/effects@bgfx/effects"
.. " --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"
if _OPTIONS["SYMBOLS"]~=nil and _OPTIONS["SYMBOLS"]~="0" then