summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/hid.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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