1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-09-22 15:03:30 +01:00
Ryujinx/Ryujinx.HLE/HOS/Services/Hid
emmauss 26319d5ab3
Add Motion controls (#1363)
* Add motion controls

Apply suggestions from code review

Co-authored-by: Ac_K <Acoustik666@gmail.com>

* cleanup

* add reference orientation and derive relative orientation from it

* cleanup

* remove unused variable and strange file

* Review_2.

* change GetInput to TryGetInput

* Review_3.

Co-authored-by: Ac_K <Acoustik666@gmail.com>
Co-authored-by: LDj3SNuD <dvitiello@gmail.com>
2020-09-29 23:32:42 +02:00
..
HidDevices Add Motion controls (#1363) 2020-09-29 23:32:42 +02:00
HidServer Improve multi-controller support in HID and Controller Applet (#1453) 2020-08-23 22:54:11 +02:00
Irs Improved Logger (#1292) 2020-08-04 01:32:53 +02:00
Types Add Motion controls (#1363) 2020-09-29 23:32:42 +02:00
Hid.cs Correct the threshold for control stick buttons (#1483) 2020-09-19 17:10:53 +02:00
IHidbusServer.cs
IHidDebugServer.cs
IHidServer.cs Isolate more services to separate threads (#1573) 2020-09-25 20:18:28 +10:00
IHidSystemServer.cs
ISystemServer.cs