aboutsummaryrefslogtreecommitdiff
path: root/frontend/linux/in_evdev.h
diff options
context:
space:
mode:
authornotaz2011-03-21 02:49:58 +0200
committernotaz2011-03-21 02:54:13 +0200
commit1bba42a5c660a1c5efd69e588916c1a64069fcf3 (patch)
treea4fd9088e78d20db070562d3f43b9afa150eb20c /frontend/linux/in_evdev.h
parent605e6809b6e7f33153dedb3d6dfa7f7a9aa7c6a8 (diff)
downloadpcsx_rearmed-1bba42a5c660a1c5efd69e588916c1a64069fcf3.tar.gz
pcsx_rearmed-1bba42a5c660a1c5efd69e588916c1a64069fcf3.tar.bz2
pcsx_rearmed-1bba42a5c660a1c5efd69e588916c1a64069fcf3.zip
frontend: input: add hack to allow abs-only devices
this is for pandora nubs mainly.
Diffstat (limited to 'frontend/linux/in_evdev.h')
-rw-r--r--frontend/linux/in_evdev.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/linux/in_evdev.h b/frontend/linux/in_evdev.h
index 49682c3..8e48e2c 100644
--- a/frontend/linux/in_evdev.h
+++ b/frontend/linux/in_evdev.h
@@ -1,4 +1,6 @@
+extern int in_evdev_allow_abs_only;
+
void in_evdev_init(void *vdrv);
int in_evdev_update(void *drv_data, const int *binds, int *result);