summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/hid_user.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove lots more 3DS-specific code.bunnei2017-10-131-29/+0
|
* Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2016-09-211-1/+1
|
* Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner2016-09-191-1/+1
|
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-9/+9
|
* implement accel and gyro backendwwylele2016-03-221-10/+10
|
* services: Get rid of unnecessary includesLioncash2016-02-021-1/+0
|
* services: Update some function tablesLioncash2015-12-301-0/+2
|
* HID: Stub DisableAccelerometer and DisableGyroscopeLowpurpasmart962015-05-231-2/+2
|
* HID: Proper Signal Interrupts for EnableAccelerometer & EnableGyroscopeLow alongpurpasmart962015-03-171-8/+8
| | | | with a stub for GetSoundVolume
* hid_user: Removed unnecessary includes.bunnei2015-03-111-2/+0
|
* Services: Moved the PTM and APT services to their own folderSubv2015-03-041-52/+6
| | | | | | 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.
* Asserts: break/crash program, fit to style guide; log.h->assert.harchshift2015-02-111-2/+0
| | | | | | | Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time) As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing) Also removed some GEKKO cruft.
* Service: Clean-up InterfaceYuri Kunde Schlesner2015-02-021-1/+1
|
* 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/+3
|
* Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxxarchshift2015-01-211-0/+75