aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/hid/hid.h
AgeCommit message (Expand)Author
2015-06-28Common: Cleanup key_map includes.Emmanuel Gil Peyrot
2015-05-22HID: Stub DisableAccelerometer and DisableGyroscopeLowpurpasmart96
2015-04-02Services: Stubs and minor changespurpasmart96
2015-03-16HID: Proper Signal Interrupts for EnableAccelerometer & EnableGyroscopeLow alongpurpasmart96
2015-03-11HID: Removed unnecessary global variables.bunnei
2015-03-10HID: Added additional variable comments and some code cleanups.bunnei
2015-03-10HID: Complete refactor of pad/touch input to fix threading issues.bunnei
2015-03-10HID: Changed TouchDataEntry `valid` to a BitField and added some doc strings.bunnei
2015-03-10HID: Added static asserts to check register position in shared memory.bunnei
2015-03-10HID: Added functions to emulate the touchpad.bunnei
2015-03-10HID: Moved some docstrings to the header.bunnei
2015-03-10HID: Refactored shared memory decoding for touchpad support.bunnei
2015-03-03Services: Moved the PTM and APT services to their own folderSubv
2015-02-22Frontends, HID: Add New 3DS specific pad buttons, and stub the touch one.Emmanuel Gil Peyrot
2015-01-30Kernel: Convert Event to not use HandlesYuri Kunde Schlesner
2015-01-30Kernel: Convert SharedMemory to not use HandlesYuri Kunde Schlesner
2015-01-21Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxxarchshift