aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/hid/hid.h
Commit message (Collapse)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
| | | | with a stub for GetSoundVolume
* 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
| | | | | | This coincidentally fixes an issue about the PTM service failing to create its SharedExtSaveData archive due to the FS service not being initialized by the time the creating code runs. Ideally I'd like to move each process to its own folder, and have a single file per process that registers the service classes, which would be in their own files inside that folder. Then each service class would just call functions from the process to complete the commands.
* 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