Commit graph

30 commits

Author SHA1 Message Date
ndeadly
89d98dc606 btdrv-mitm: remove uses of HidData, improve controller hid report structs, better namespace usage 2020-07-11 13:43:21 +02:00
ndeadly
23653904e8 btdrv-mitm: call member functions through 'this' pointer 2020-07-10 22:03:20 +02:00
ndeadly
f64c59b69f btdrv-mitm: add handler for xbox one battery status report (0x04) 2020-07-10 22:02:24 +02:00
ndeadly
4536cf6abd btdrv-mitm: log unhandled report ids as hex 2020-07-10 21:41:00 +02:00
ndeadly
d85142c407 btdrv-mitm: use the same player led colours as ps4 console for dualshock4 controller 2020-07-10 21:37:31 +02:00
ndeadly
e8e5553ee4 btdrv-mitm: forgot to save wiimote header 2020-07-10 00:52:47 +02:00
ndeadly
50b049553a btdrv-mitm: change wiimote report mode (0x31) to include accelerometer data. This also makes the controller show up properly on change grip/order screen 2020-07-10 00:46:11 +02:00
ndeadly
fc3601d9ee btdrv-mitm: comment out setting of dualshock4 battery level 2020-07-09 21:22:14 +02:00
ndeadly
48de099dc0 btdrv-mitm: move switch controller report structure definitions outside of SwitchReportData union 2020-07-09 21:21:10 +02:00
ndeadly
aeb66db506 btdrv-mitm: log unhandled input report ids from controllers 2020-07-09 21:20:08 +02:00
ndeadly
4f07c85992 btdrv-mitm: pack ds4 structs 2020-07-07 21:29:47 +02:00
ndeadly
96fc35e28e btdrv-mitm: fix typo in Dualshock4InputReport0x11 struct 2020-07-07 21:27:49 +02:00
ndeadly
6b260ffa9e btdrv-mitm: scale wii u pro controller stick coordinates 2020-07-04 21:19:52 +02:00
ndeadly
7a3c629cd1 btdrv-mitm: pack analog stick data correctly 2020-07-02 01:34:13 +02:00
ndeadly
43f97ef504 btdrv-mitm: get Wii(U) controllers working 2020-07-01 17:52:15 +02:00
ndeadly
67e82ab7cf btdrv-mitm: clean up stick processing code 2020-07-01 17:50:57 +02:00
ndeadly
85aed3aa4a btdrv-mitm: clear unset button state for xbox one controller 2020-07-01 15:27:02 +02:00
ndeadly
6177f83489 btdrv-mitm: improve handling of analog stick values 2020-07-01 15:21:05 +02:00
ndeadly
a0459f950c btdrv-mitm: translate analog stick data for xbox one and dualshock 4 controllers 2020-07-01 10:39:48 +02:00
ndeadly
9cbc2470ab btdrv-mitm: remove virtual controller code 2020-06-30 23:19:05 +02:00
ndeadly
00c89d21d2 btdrv-mitm: comment out virtual controller stuff for now 2020-06-28 17:21:07 +02:00
ndeadly
ec4ef00cf5 btdrv-mitm: only create hdls controllers when on hos >= 7.0.0 2020-06-18 01:36:56 +02:00
ndeadly
417a7a6f85 btdrv-mitm: switch order of BluetoothController members to match initialization list 2020-06-13 19:14:00 +02:00
ndeadly
3720069944 btdrv-mitm: randomise dualshock4 led colour on controller init 2020-06-13 02:10:09 +02:00
ndeadly
e0c1e89542 btdrv-mitm: restore virtual controller functions 2020-06-13 02:05:48 +02:00
ndeadly
360f8969cd btdrv-mitm: set dualshock4 controller colour on initialisation 2020-06-10 23:16:08 +02:00
ndeadly
d591d7b2b8 btdrv-mitm: begin adding virtual hdl controller code 2020-06-10 23:15:26 +02:00
ndeadly
396b1a0268 btdrv-mitm: switch order of address and controller type in BluetoothController class 2020-06-10 23:07:18 +02:00
ndeadly
bcc34cf5eb btdrv-mitm: get fake bluetooth circular buffer working and translate incoming packets from non-switch controllers to switch input report 0x30 2020-06-09 22:39:30 +02:00
ndeadly
3aa2ea490d btdrv-mitm: track missing files and bring up to current working state 2020-06-02 23:24:40 +02:00