diff options
| author | 2016-11-12 15:27:22 +0100 | |
|---|---|---|
| committer | 2016-11-12 15:27:22 +0100 | |
| commit | b73126e85ad059b37471e211209aaba47bf606d4 (patch) | |
| tree | a6ec7e20727c6b2783e14f300a84be21b2f242de /scripts | |
| parent | bf11bf6621181d9c87894bfbe3bc2f3fa9c62f94 (diff) | |
added OPTION_HOMEPATH to point to read/write folder,for now used by LUA scripts (nw)
Copied all needed files so plugins could be started under UWP
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/src/main.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/src/main.lua b/scripts/src/main.lua index 83f39e7487f..c3c4ac235be 100644 --- a/scripts/src/main.lua +++ b/scripts/src/main.lua @@ -90,10 +90,14 @@ end -- Effects and Shaders configuration { "winstore*" } files { + MAME_DIR .. "artwork/*", MAME_DIR .. "artwork/**/*", + MAME_DIR .. "bgfx/*", MAME_DIR .. "bgfx/**/*", MAME_DIR .. "hash/*", + MAME_DIR .. "language/*", MAME_DIR .. "language/**/*", + MAME_DIR .. "plugins/*", MAME_DIR .. "plugins/**/*", } configuration "**/*" |
