summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/hid_user.cpp (follow)
Commit message (Expand)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
* 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
* Asserts: break/crash program, fit to style guide; log.h->assert.harchshift2015-02-111-2/+0
* 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