summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/hid.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* hid: Move core include to cpp fileLioncash2018-08-241-1/+3
* hid: Use HID_NUM_LAYOUTS constant for indicating size of the layouts arrayLioncash2018-07-191-1/+1
* hid: Update all layouts and only show handheld as connected, fixes libnx input for P1_AUTOshinyquagsire232018-06-121-1/+1
* Fix deadlocks caused from HID having too many layoutsDavid Marcec2018-05-241-1/+1
* hid: Tweaks, Analog Sticks (#435)Max Thomas2018-05-071-12/+86
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-4/+2
* hid: Adjust for style guideshinyquagsire232018-01-171-50/+55
* hid: Write to all layouts, implement circular buffers, set up controller metadata.shinyquagsire232018-01-161-1/+6
* hid: Bare-minimum sharedmem inputshinyquagsire232018-01-151-2/+2
* hid: Remove redundant HID prefix on structs/enumsshinyquagsire232018-01-151-73/+73
* hid: Add sharedmem structsshinyquagsire232018-01-151-0/+312
* hid: Implement IAppletResource::GetSharedMemoryHandle.bunnei2018-01-151-7/+6
* Remove lots more 3DS-specific code.bunnei2017-10-131-263/+3
* HID: zero unused PadState bitswwylele2017-08-101-1/+1
* ir: implement new 3ds HID via ir:rstwwylele2017-05-041-0/+10
* Input: remove unused stuff & clean upwwylele2017-03-011-34/+0
* HID: use ButtonDevicewwylele2017-03-011-0/+3
* hid: remove the touch field from PadState (#2557)Weiyi Wang2017-02-111-4/+0
* HID: manages updating itself using correct tickswwylele2017-01-161-3/+0
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-1/+0
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-35/+34
* Refactor input subsystemwwylele2016-05-151-3/+0
* implement GyroscopeCalibrateParamwwylele2016-03-251-1/+13
* implement accel and gyro backendwwylele2016-03-221-0/+66
* Move input values into an arrayJames Rowe2015-07-281-1/+4
* Common: Cleanup key_map includes.Emmanuel Gil Peyrot2015-06-281-7/+9
* HID: Stub DisableAccelerometer and DisableGyroscopeLowpurpasmart962015-05-231-5/+23
* Services: Stubs and minor changespurpasmart962015-04-031-3/+3
* HID: Proper Signal Interrupts for EnableAccelerometer & EnableGyroscopeLow alongpurpasmart962015-03-171-1/+29
* HID: Removed unnecessary global variables.bunnei2015-03-111-10/+0
* HID: Added additional variable comments and some code cleanups.bunnei2015-03-111-18/+23
* HID: Complete refactor of pad/touch input to fix threading issues.bunnei2015-03-111-30/+5
* HID: Changed TouchDataEntry `valid` to a BitField and added some doc strings.bunnei2015-03-101-3/+3
* HID: Added static asserts to check register position in shared memory.bunnei2015-03-101-2/+16
* HID: Added functions to emulate the touchpad.bunnei2015-03-101-0/+13
* HID: Moved some docstrings to the header.bunnei2015-03-101-1/+14
* HID: Refactored shared memory decoding for touchpad support.bunnei2015-03-101-12/+34
* Services: Moved the PTM and APT services to their own folderSubv2015-03-041-0/+17
* Frontends, HID: Add New 3DS specific pad buttons, and stub the touch one.Emmanuel Gil Peyrot2015-02-221-0/+19
* 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/+5
* Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxxarchshift2015-01-211-0/+111