aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/hid/hid.h
Commit message (Expand)AuthorAge
* Move input values into an arrayGravatar James Rowe2015-07-27
* Common: Cleanup key_map includes.Gravatar Emmanuel Gil Peyrot2015-06-28
* HID: Stub DisableAccelerometer and DisableGyroscopeLowGravatar purpasmart962015-05-22
* Services: Stubs and minor changesGravatar purpasmart962015-04-02
* HID: Proper Signal Interrupts for EnableAccelerometer & EnableGyroscopeLow alongGravatar purpasmart962015-03-16
* HID: Removed unnecessary global variables.Gravatar bunnei2015-03-11
* HID: Added additional variable comments and some code cleanups.Gravatar bunnei2015-03-10
* HID: Complete refactor of pad/touch input to fix threading issues.Gravatar bunnei2015-03-10
* HID: Changed TouchDataEntry `valid` to a BitField and added some doc strings.Gravatar bunnei2015-03-10
* HID: Added static asserts to check register position in shared memory.Gravatar bunnei2015-03-10
* HID: Added functions to emulate the touchpad.Gravatar bunnei2015-03-10
* HID: Moved some docstrings to the header.Gravatar bunnei2015-03-10
* HID: Refactored shared memory decoding for touchpad support.Gravatar bunnei2015-03-10
* Services: Moved the PTM and APT services to their own folderGravatar Subv2015-03-03
* Frontends, HID: Add New 3DS specific pad buttons, and stub the touch one.Gravatar Emmanuel Gil Peyrot2015-02-22
* Kernel: Convert Event to not use HandlesGravatar Yuri Kunde Schlesner2015-01-30
* Kernel: Convert SharedMemory to not use HandlesGravatar Yuri Kunde Schlesner2015-01-30
* Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxxGravatar archshift2015-01-21