summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/hid.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* HID: use ButtonDevicewwylele2017-03-011-0/+3
|
* hid: remove the touch field from PadState (#2557)Weiyi Wang2017-02-111-4/+0
|
* HID: manages updating itself using correct tickswwylele2017-01-161-3/+0
|
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-1/+0
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-35/+34
|
* Refactor input subsystemwwylele2016-05-151-3/+0
|
* implement GyroscopeCalibrateParamwwylele2016-03-251-1/+13
|
* implement accel and gyro backendwwylele2016-03-221-0/+66
|
* Move input values into an arrayJames Rowe2015-07-281-1/+4
|
* Common: Cleanup key_map includes.Emmanuel Gil Peyrot2015-06-281-7/+9
|
* HID: Stub DisableAccelerometer and DisableGyroscopeLowpurpasmart962015-05-231-5/+23
|
* Services: Stubs and minor changespurpasmart962015-04-031-3/+3
|
* HID: Proper Signal Interrupts for EnableAccelerometer & EnableGyroscopeLow alongpurpasmart962015-03-171-1/+29
| | | | with a stub for GetSoundVolume
* HID: Removed unnecessary global variables.bunnei2015-03-111-10/+0
|
* HID: Added additional variable comments and some code cleanups.bunnei2015-03-111-18/+23
|
* HID: Complete refactor of pad/touch input to fix threading issues.bunnei2015-03-111-30/+5
|
* HID: Changed TouchDataEntry `valid` to a BitField and added some doc strings.bunnei2015-03-101-3/+3
|
* HID: Added static asserts to check register position in shared memory.bunnei2015-03-101-2/+16
|
* HID: Added functions to emulate the touchpad.bunnei2015-03-101-0/+13
|
* HID: Moved some docstrings to the header.bunnei2015-03-101-1/+14
|
* HID: Refactored shared memory decoding for touchpad support.bunnei2015-03-101-12/+34
|
* Services: Moved the PTM and APT services to their own folderSubv2015-03-041-0/+17
| | | | | | 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.Emmanuel Gil Peyrot2015-02-221-0/+19
|
* Kernel: Convert Event to not use HandlesYuri Kunde Schlesner2015-01-301-5/+6
|
* Kernel: Convert SharedMemory to not use HandlesYuri Kunde Schlesner2015-01-301-1/+5
|
* Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxxarchshift2015-01-211-0/+111