summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/hid.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-03-26use reference instead of pointerwwylele1-9/+9
2016-03-25implement GyroscopeCalibrateParamwwylele1-8/+7
2016-03-22implement accel and gyro backendwwylele1-3/+90
2016-03-13hid: fix pad updatewwylele1-1/+1
2016-03-12svc: Make ResetType an enum classLioncash1-5/+5
2016-02-12BitField: Make trivially copyable and remove assignment operatorMerryMage1-1/+1
2016-02-02services: Get rid of unnecessary includesLioncash1-1/+0
2015-09-16general: Silence some warnings when using clangLioncash1-2/+2
2015-07-28Move input values into an arrayJames Rowe1-0/+10
2015-06-28CitraQt: Cleanup includes.Emmanuel Gil Peyrot1-0/+1
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot1-1/+1
2015-05-27hid: Get rid of undefined behaviorLioncash1-2/+2
2015-05-23HID: Stub DisableAccelerometer and DisableGyroscopeLowpurpasmart961-0/+20
2015-05-11Kernel: Capture SharedMemory attributes at creation, not when mappingYuri Kunde Schlesner1-2/+4
2015-05-07Common: Remove common.hYuri Kunde Schlesner1-0/+2
2015-05-02Services: Initialize all state variables at bootup.bunnei1-8/+14
2015-04-03Services: Stubs and minor changespurpasmart961-3/+3
2015-03-17HID: Proper Signal Interrupts for EnableAccelerometer & EnableGyroscopeLow alongpurpasmart961-0/+32
2015-03-16arm_interface: Get rid of GetTicks.Lioncash1-3/+3
2015-03-11HID: Removed unnecessary global variables.bunnei1-48/+42
2015-03-11HID: Added additional variable comments and some code cleanups.bunnei1-2/+6
2015-03-11HID: Complete refactor of pad/touch input to fix threading issues.bunnei1-81/+23
2015-03-10HID: Cleanup how `next_touch_index` is calculated for Pad and touch.bunnei1-2/+2
2015-03-10HID: Changed TouchDataEntry `valid` to a BitField and added some doc strings.bunnei1-1/+1
2015-03-10HID: Added functions to emulate the touchpad.bunnei1-0/+48
2015-03-10HID: Moved some docstrings to the header.bunnei1-23/+2
2015-03-10HID: Refactored shared memory decoding for touchpad support.bunnei1-21/+30
2015-03-04Services: Moved the PTM and APT services to their own folderSubv1-0/+32
2015-02-02Kernel: Stop creating useless Handles during object creationYuri Kunde Schlesner1-6/+6
2015-02-02HID: Fix crash when pressing a key when the emulator is stoppedYuri Kunde Schlesner1-0/+2
2015-01-30Kernel: Convert Event to not use HandlesYuri Kunde Schlesner1-13/+15
2015-01-30Kernel: Convert SharedMemory to not use HandlesYuri Kunde Schlesner1-3/+3
2015-01-21Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxxarchshift1-0/+138