diff options
| author | 2015-06-06 16:32:04 +0200 | |
|---|---|---|
| committer | 2015-06-06 16:32:04 +0200 | |
| commit | 6cd8271575238fef0f1d8c57d936b3e470a6916a (patch) | |
| tree | 3d4dfd935133b65320987983a5245464afc8abb3 /makefile | |
| parent | e097a7a7e01f3adcb12bc6f8f87d8752f2d12a57 (diff) | |
Added new SDL_INI_PATH flag
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |
