rpcsx/rpcs3/Input
shinra-electric cba4c3cdc4
[macOS] Update hid_pad_handler.cpp to prevent DS4 from disconnecting (#12493)
Prevents DS4 (and possibly DS3) from disconnecting from bluetooth after 15 minutes by using hidapi's non-exclusive mode. 
The most recent version of hidapi, 0.12 from two months ago, added "macOS-specific function(s) to open device(s) in non-exclusive mode".
2022-08-11 07:14:37 +02:00
..
basic_keyboard_handler.cpp Savestates Support For PS3 Emulation (#10478) 2022-07-04 16:02:17 +03:00
basic_keyboard_handler.h Savestates Support For PS3 Emulation (#10478) 2022-07-04 16:02:17 +03:00
basic_mouse_handler.cpp Input: make move handler dynamic 2022-07-06 21:49:31 +02:00
basic_mouse_handler.h Savestates Support For PS3 Emulation (#10478) 2022-07-04 16:02:17 +03:00
ds3_pad_handler.cpp DS3: fix other report size check. 2022-06-10 18:46:12 +02:00
ds3_pad_handler.h
ds4_pad_handler.cpp HID: properly check return values and report IDs 2022-06-05 19:07:03 +02:00
ds4_pad_handler.h
dualsense_pad_handler.cpp HID: properly check return values and report IDs 2022-06-05 19:07:03 +02:00
dualsense_pad_handler.h
evdev_joystick_handler.cpp evdev: improve latency 2022-03-20 04:27:06 +01:00
evdev_joystick_handler.h evdev: improve latency 2022-03-20 04:27:06 +01:00
hid_pad_handler.cpp [macOS] Update hid_pad_handler.cpp to prevent DS4 from disconnecting (#12493) 2022-08-11 07:14:37 +02:00
hid_pad_handler.h input: add enumeration threads for each hid_pad_handler 2022-02-01 19:28:04 +01:00
keyboard_pad_handler.cpp Update keyboard_pad_handler.cpp 2022-07-29 13:45:19 +02:00
keyboard_pad_handler.h input: add absolute mouse movement mode 2022-05-05 16:50:39 +02:00
mm_joystick_handler.cpp
mm_joystick_handler.h
pad_thread.cpp Input: fix pad initialization 2022-08-05 20:16:21 +02:00
pad_thread.h Input: fix pad initialization 2022-08-05 20:16:21 +02:00
product_info.h
xinput_pad_handler.cpp
xinput_pad_handler.h