aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/Input/HidHotkeyButtons.cs
AgeCommit message (Collapse)Author
2019-07-22Little rewrite of HID input (#723)emmauss
* change hid sharedmem writing to use structures
2019-04-22Toggle VSync Hotkey (#659)BaronKiko
* Added toggle vsync button and hotkeys section to config * Uses hasflag instead of bitwise comparison * fixed schema name Co-Authored-By: BaronKiko <BaronKiko@users.noreply.github.com>