summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2014-09-07 01:53:56 +0200
committerFlorian Jung <flo@windfisch.org>2014-09-07 01:53:56 +0200
commit8e93ae7d2035e08c61df10261ca989d35194d09d (patch)
tree96fb85ed5fddcdc770544751ede1a76c4de39e73
parentf498d6e01a79ef9509d4b3e39e9ef354d0f7428a (diff)
always use patched-input method, instead of using uinput under linux.
-rw-r--r--os.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/os.h b/os.h
index abd90c1..d3122d1 100644
--- a/os.h
+++ b/os.h
@@ -1,8 +1,3 @@
//#define FREEBSD
#define LINUX
-
-#ifdef FREEBSD
#define JOYSTICK_PATCHEDINPUTPLUGIN
-#else
-#define JOYSTICK_UINPUT
-#endif