summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/windows/windows.mak
diff options
context:
space:
mode:
author Oliver Stöneberg <oliverst@online.de>2015-03-12 20:14:41 +0100
committer Oliver Stöneberg <oliverst@online.de>2015-03-12 20:14:41 +0100
commit5366e265b659f56409747aed207ddbc6e59548c8 (patch)
treebed97dcab1500a1cdc049355fbb9ea0d34fab247 /src/osd/windows/windows.mak
parent93e2bbbab5483fc788abbe15c2cc6a44e836df79 (diff)
default to DirectInput 8 so it builds with 3rdparty/dxsdk out of the box [Oliver Stöneberg]
Diffstat (limited to 'src/osd/windows/windows.mak')
-rw-r--r--src/osd/windows/windows.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/windows/windows.mak b/src/osd/windows/windows.mak
index 51763db5047..197577e21e7 100644
--- a/src/osd/windows/windows.mak
+++ b/src/osd/windows/windows.mak
@@ -61,7 +61,7 @@
# CYGWIN_BUILD = 1
# set this to the minimum DirectInput version to support (7 or 8)
-# DIRECTINPUT = 8
+DIRECTINPUT = 8
# uncomment next line to use SDL library for sound and video output
# USE_SDL = 1