diff options
author | Florian Jung <flo@windfisch.org> | 2014-09-07 01:53:56 +0200 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2014-09-07 01:53:56 +0200 |
commit | 8e93ae7d2035e08c61df10261ca989d35194d09d (patch) | |
tree | 96fb85ed5fddcdc770544751ede1a76c4de39e73 | |
parent | f498d6e01a79ef9509d4b3e39e9ef354d0f7428a (diff) |
always use patched-input method, instead of using uinput under linux.
-rw-r--r-- | os.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -1,8 +1,3 @@ //#define FREEBSD #define LINUX - -#ifdef FREEBSD #define JOYSTICK_PATCHEDINPUTPLUGIN -#else -#define JOYSTICK_UINPUT -#endif |