summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
diff options
context:
space:
mode:
author Justin Kerk <dopefishjustin@gmail.com>2016-11-01 06:11:18 +0000
committer Justin Kerk <dopefishjustin@gmail.com>2016-11-01 06:11:18 +0000
commit4efc19b68ab1b5b6a4e15076e49440d35c6baba8 (patch)
tree8e0dd650287af5dad8c36ad4ab7b3ef311e3a820 /scripts/src
parent7af0966abe84a67c1f7f08537513a9fb8805e7bd (diff)
Update bgfx shader path for Emscripten build (nw)
Diffstat (limited to 'scripts/src')
-rw-r--r--scripts/src/main.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/src/main.lua b/scripts/src/main.lua
index abd91200edd..f516fa1b2ba 100644
--- a/scripts/src/main.lua
+++ b/scripts/src/main.lua
@@ -128,7 +128,7 @@ end
.. " --post-js " .. _MAKE.esc(MAME_DIR) .. "scripts/resources/emscripten/emscripten_post.js"
.. " --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/gles@bgfx/shaders/gles"
+ .. " --embed-file " .. _MAKE.esc(MAME_DIR) .. "bgfx/shaders/essl@bgfx/shaders/essl"
.. " --embed-file " .. _MAKE.esc(MAME_DIR) .. "artwork/slot-mask.png@artwork/slot-mask.png"
if _OPTIONS["SYMBOLS"]~=nil and _OPTIONS["SYMBOLS"]~="0" then