summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Kiall Mac Innes <kiall@macinnes.ie>2019-04-21 12:45:55 -0700
committer Kiall Mac Innes <kiall@macinnes.ie>2019-04-21 12:48:51 -0700
commit489087f17305887ad975a3a3dd4e3ae7ee986df7 (patch)
tree6dc72ba5af2af45f4b4051812895260af3bfab78 /makefile
parentb326f27629c9a576cd1475ba00c05eeecb57dafa (diff)
Enable Xinput by default
On Linux, enable Xinput support by default. The Xinput lightgun driver is the only reliable+accurate method to use lightguns on Linux, we should enable this by default to reduce the friction for Linux Lightgun users. This should have no effect on users of Windows/Mac etc.
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 82b72016f11..a9879654264 100644
--- a/makefile
+++ b/makefile
@@ -35,7 +35,7 @@
# DONT_USE_NETWORK = 1
# USE_QTDEBUG = 1
# NO_X11 = 1
-# NO_USE_XINPUT = 0
+# NO_USE_XINPUT = 1
# FORCE_DRC_C_BACKEND = 1
# DEBUG = 1