summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/hid.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Kernel: Capture SharedMemory attributes at creation, not when mappingYuri Kunde Schlesner2015-05-111-2/+4
|
* Common: Remove common.hYuri Kunde Schlesner2015-05-071-0/+2
|
* Services: Initialize all state variables at bootup.bunnei2015-05-021-8/+14
|
* Services: Stubs and minor changespurpasmart962015-04-031-3/+3
|
* Merge pull request #655 from purpasmart96/hid_fixesbunnei2015-03-171-0/+32
|\ | | | | HID: Proper Signal Interrupts for EnableAccelerometer & EnableGyroscopeLow along with a stub for GetSoundVolume
| * HID: Proper Signal Interrupts for EnableAccelerometer & EnableGyroscopeLow alongpurpasmart962015-03-171-0/+32
| | | | | | | | with a stub for GetSoundVolume
* | arm_interface: Get rid of GetTicks.Lioncash2015-03-161-3/+3
|/ | | | Removes a TODO.
* HID: Removed unnecessary global variables.bunnei2015-03-111-48/+42
|
* HID: Added additional variable comments and some code cleanups.bunnei2015-03-111-2/+6
|
* HID: Complete refactor of pad/touch input to fix threading issues.bunnei2015-03-111-81/+23
|
* HID: Cleanup how `next_touch_index` is calculated for Pad and touch.bunnei2015-03-101-2/+2
|
* HID: Changed TouchDataEntry `valid` to a BitField and added some doc strings.bunnei2015-03-101-1/+1
|
* HID: Added functions to emulate the touchpad.bunnei2015-03-101-0/+48
|
* HID: Moved some docstrings to the header.bunnei2015-03-101-23/+2
|
* HID: Refactored shared memory decoding for touchpad support.bunnei2015-03-101-21/+30
|
* Services: Moved the PTM and APT services to their own folderSubv2015-03-041-0/+32
| | | | | | 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.
* Kernel: Stop creating useless Handles during object creationYuri Kunde Schlesner2015-02-021-6/+6
| | | | | They're finally unnecessary, and will stop cluttering the application's handle table.
* HID: Fix crash when pressing a key when the emulator is stoppedYuri Kunde Schlesner2015-02-021-0/+2
|
* Kernel: Convert Event to not use HandlesYuri Kunde Schlesner2015-01-301-13/+15
|
* Kernel: Convert SharedMemory to not use HandlesYuri Kunde Schlesner2015-01-301-3/+3
|
* Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxxarchshift2015-01-211-0/+138