pcsx2/plugins/onepad
Maxxus c0f85de17f onepad: Minimum code needed to get Dualshock 3 working on recent linux and evdev releases.
Commit message edited by Gregory.
Comment below from Jonathan Li

On my system, /dev/input/event13 (evdev interface) and /dev/input/js0 (joystick interface) correspond to the DS3 on my system. User/group ownership are both root.

With /dev/input/event13 at 0640 and /dev/input/js0 at 0644 - SDL2 detects no pad, SDL1 detects a 19 button, 27 axis pad

With /dev/input/event13 at 0666 and /dev/input/js0 at 0644 - Both SDL1 and SDL2 report a 19 button, 4 axis pad.

SDL2 only uses the evdev interface, SDL1 uses the evdev interface but if that fails, it uses the joystick interface.
2015-08-03 19:34:08 +02:00
..
Linux gtk2: GtkNotebookPage is useless 2014-12-10 22:09:21 +01:00
Windows WIP: Zeropad fork. This is intended more as a backup copy so I have a good copy to work from then as a release. As such, while it works, the gui is glitchy, the Windows port is non-existant, and a lot of things are subject to change... 2009-07-03 11:45:47 +00:00
CMakeLists.txt cmake: move -DNDEBUG to global option 2014-12-20 13:43:25 +01:00
KeyStatus.cpp onepad: slim down a little more the KeyStatus API 2011-06-28 22:16:06 +00:00
KeyStatus.h onepad: slim down a little more the KeyStatus API 2011-06-28 22:16:06 +00:00
bitwise.h [copyright]: * Update copyright to use the new postal address of the Free Software Foundation. Nothing to see. 2010-07-04 22:49:00 +00:00
controller.cpp onepad: remove deadcode 2011-07-01 09:01:50 +00:00
controller.h Removes the usage of __LINUX__ define 2014-08-03 13:20:36 -05:00
joystick.cpp onepad: Minimum code needed to get Dualshock 3 working on recent linux and evdev releases. 2015-08-03 19:34:08 +02:00
joystick.h cmake: clean sdl management 2014-12-07 21:06:21 +01:00
keyboard.cpp onepad: use union instead of stange cast 2014-12-20 10:54:18 +01:00
keyboard.h Removes the usage of __LINUX__ define 2014-08-03 13:20:36 -05:00
onepad.cpp onepad: fix possible dereference of deleted pointer 2015-06-29 20:53:00 +01:00
onepad.h onepad: add stdcall convention 2015-04-17 18:31:44 +02:00