aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Core/Hid/HidControllerId.cs
AgeCommit message (Collapse)Author
2018-06-10Rename Ryujinx.Core to Ryujinx.HLE and add a separate project for a future ↵gdkchan
LLE implementation
2018-03-02Refactor HID, fix issues (#48)gdkchan
* Refactor HID, fix issues * Fix on touch screen code with wrong offset * Don't use magic values * Replace more magic values with actual variables, fix touch screen coordinates on different window sizes