aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/hid/hid.cpp
Commit message (Expand)AuthorAge
* Move input values into an arrayGravatar James Rowe2015-07-27
* CitraQt: Cleanup includes.Gravatar Emmanuel Gil Peyrot2015-06-28
* Remove every trailing whitespace from the project (but externals).Gravatar Emmanuel Gil Peyrot2015-05-29
* hid: Get rid of undefined behaviorGravatar Lioncash2015-05-27
* HID: Stub DisableAccelerometer and DisableGyroscopeLowGravatar purpasmart962015-05-22
* Kernel: Capture SharedMemory attributes at creation, not when mappingGravatar Yuri Kunde Schlesner2015-05-10
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-07
* Services: Initialize all state variables at bootup.Gravatar bunnei2015-05-01
* Services: Stubs and minor changesGravatar purpasmart962015-04-02
* Merge pull request #655 from purpasmart96/hid_fixesGravatar bunnei2015-03-17
|\
| * HID: Proper Signal Interrupts for EnableAccelerometer & EnableGyroscopeLow alongGravatar purpasmart962015-03-16
* | arm_interface: Get rid of GetTicks.Gravatar Lioncash2015-03-16
|/
* HID: Removed unnecessary global variables.Gravatar bunnei2015-03-11
* HID: Added additional variable comments and some code cleanups.Gravatar bunnei2015-03-10
* HID: Complete refactor of pad/touch input to fix threading issues.Gravatar bunnei2015-03-10
* HID: Cleanup how `next_touch_index` is calculated for Pad and touch.Gravatar bunnei2015-03-10
* HID: Changed TouchDataEntry `valid` to a BitField and added some doc strings.Gravatar bunnei2015-03-10
* HID: Added functions to emulate the touchpad.Gravatar bunnei2015-03-10
* HID: Moved some docstrings to the header.Gravatar bunnei2015-03-10
* HID: Refactored shared memory decoding for touchpad support.Gravatar bunnei2015-03-10
* Services: Moved the PTM and APT services to their own folderGravatar Subv2015-03-03
* Kernel: Stop creating useless Handles during object creationGravatar Yuri Kunde Schlesner2015-02-02
* HID: Fix crash when pressing a key when the emulator is stoppedGravatar Yuri Kunde Schlesner2015-02-02
* Kernel: Convert Event to not use HandlesGravatar Yuri Kunde Schlesner2015-01-30
* Kernel: Convert SharedMemory to not use HandlesGravatar Yuri Kunde Schlesner2015-01-30
* Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxxGravatar archshift2015-01-21