summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Brad Hughes <bradhugh@outlook.com>2016-03-05 09:52:31 -0500
committer Brad Hughes <bradhugh@outlook.com>2016-03-05 09:52:31 -0500
commitf7b8e47a17efd84963e685c39840ff111787d929 (patch)
tree335e43ee550c66d3b813408992d05ecc076549b7 /makefile
parentd52ed107a5b6f59d40851ef1bcf8c2e2b8d18773 (diff)
Revert "XAudio2 code cleanup, plus switch header to wine version."
This reverts commit d52ed107a5b6f59d40851ef1bcf8c2e2b8d18773.
Diffstat (limited to 'makefile')
-rw-r--r--makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/makefile b/makefile
index 8721f0566f3..dc19443e627 100644
--- a/makefile
+++ b/makefile
@@ -25,6 +25,7 @@
# USE_DISPATCH_GL = 0
# MODERN_WIN_API = 0
+# USE_XAUDIO2 = 0
# DIRECTINPUT = 7
# USE_SDL = 1
# SDL_INI_PATH = .;$HOME/.mame/;ini;
@@ -576,6 +577,10 @@ ifdef MODERN_WIN_API
PARAMS += --MODERN_WIN_API='$(MODERN_WIN_API)'
endif
+ifdef USE_XAUDIO2
+PARAMS += --USE_XAUDIO2='$(USE_XAUDIO2)'
+endif
+
ifdef DIRECTINPUT
PARAMS += --DIRECTINPUT='$(DIRECTINPUT)'
endif