summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Cesare Falco <c.falco@ubuntu.com>2015-06-06 16:32:04 +0200
committer Cesare Falco <c.falco@ubuntu.com>2015-06-06 16:32:04 +0200
commit6cd8271575238fef0f1d8c57d936b3e470a6916a (patch)
tree3d4dfd935133b65320987983a5245464afc8abb3 /makefile
parente097a7a7e01f3adcb12bc6f8f87d8752f2d12a57 (diff)
Added new SDL_INI_PATH flag
Diffstat (limited to 'makefile')
-rw-r--r--makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/makefile b/makefile
index e96640a0d05..ef9b07f7381 100644
--- a/makefile
+++ b/makefile
@@ -27,6 +27,7 @@
# USE_DISPATCH_GL = 0
# DIRECTINPUT = 7
# USE_SDL = 1
+# SDL_INI_PATH = .;$HOME/.mame/;ini;
# SDL2_MULTIAPI = 1
# NO_USE_MIDI = 1
# DONT_USE_NETWORK = 1
@@ -474,6 +475,10 @@ ifdef USE_SDL
PARAMS += --USE_SDL='$(USE_SDL)'
endif
+ifdef SDL_INI_PATH
+PARAMS += --SDL_INI_PATH='$(SDL_INI_PATH)'
+endif
+
ifdef CYGWIN_BUILD
PARAMS += --CYGWIN_BUILD='$(CYGWIN_BUILD)'
endif