mirror of
https://github.com/holub/mame
synced 2025-06-05 20:33:45 +03:00
Emscripten: include shadow-mask.png (nw)
This commit is contained in:
parent
3a29df6ad2
commit
1bd63ee7ed
@ -124,6 +124,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"
|
||||
postbuildcommands {
|
||||
os.getenv("EMSCRIPTEN") .. "/emcc " .. emccopts .. " $(TARGET) -o " .. _MAKE.esc(MAME_DIR) .. _OPTIONS["target"] .. _OPTIONS["subtarget"] .. ".js",
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user