aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/hid/hid.h
AgeCommit message (Expand)Author
2020-03-27services: hid: Stub InitializeSevenSixAxisSensor.bunnei
2019-11-26core_timing: Use better reference tracking for EventType. (#3159)bunnei
2019-11-24kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...bunnei
2019-11-06Merge pull request #2859 from Morph1984/hidDavid
2019-10-07hid: Implement DeactivateNpadMorph
2019-10-07hid: Stub SetNpadJoyAssignmentModeSingle and reorganize service commandsMorph
2019-09-22RebaseDavid Marcec
2019-09-22Deglobalize System: HidDavid Marcec
2019-09-04Update hid.hMorph1984
2019-07-01hid:StartLrAssignmentMode, hid:StopLrAssignmentMode, hid:SwapNpadAssignmentDavid Marcec
2019-03-24core/core_timing: Make callback parameters consistentLioncash
2019-03-05vm_manager: Remove cheat-specific ranges from VMManagerZach Hilman
2019-03-04controllers/npad: Add accessor for current press stateZach Hilman
2019-02-27service/hid: Amend forward declaration of ServiceManagerLioncash
2019-02-12core_timing: Rename CoreTiming namespace to Core::TimingLioncash
2018-12-28travis: Use correct package for linux Qt5WebEngineZach Hilman
2018-12-28hid: Make Hid service accessible and add GetPressStateZach Hilman
2018-10-10"Better Hid" rework part 1David Marcec
2018-08-23hid: Move core include to cpp fileLioncash
2018-07-19hid: Use HID_NUM_LAYOUTS constant for indicating size of the layouts arrayLioncash
2018-06-11hid: Update all layouts and only show handheld as connected, fixes libnx inpu...shinyquagsire23
2018-05-23Fix deadlocks caused from HID having too many layoutsDavid Marcec
2018-05-07hid: Tweaks, Analog Sticks (#435)Max Thomas
2018-04-19service: Use nested namespace specifiers where applicableLioncash
2018-01-16hid: Adjust for style guideshinyquagsire23
2018-01-16hid: Write to all layouts, implement circular buffers, set up controller meta...shinyquagsire23
2018-01-15hid: Bare-minimum sharedmem inputshinyquagsire23
2018-01-15hid: Remove redundant HID prefix on structs/enumsshinyquagsire23
2018-01-15hid: Add sharedmem structsshinyquagsire23
2018-01-14hid: Implement IAppletResource::GetSharedMemoryHandle.bunnei
2017-10-12Remove lots more 3DS-specific code.bunnei
2017-08-10HID: zero unused PadState bitswwylele
2017-05-04ir: implement new 3ds HID via ir:rstwwylele
2017-03-01Input: remove unused stuff & clean upwwylele
2017-03-01HID: use ButtonDevicewwylele
2017-02-11hid: remove the touch field from PadState (#2557)Weiyi Wang
2017-01-16HID: manages updating itself using correct tickswwylele
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-05-15Refactor input subsystemwwylele
2016-03-25implement GyroscopeCalibrateParamwwylele
2016-03-22implement accel and gyro backendwwylele
2015-07-27Move input values into an arrayJames Rowe
2015-06-28Common: Cleanup key_map includes.Emmanuel Gil Peyrot
2015-05-22HID: Stub DisableAccelerometer and DisableGyroscopeLowpurpasmart96
2015-04-02Services: Stubs and minor changespurpasmart96
2015-03-16HID: Proper Signal Interrupts for EnableAccelerometer & EnableGyroscopeLow alongpurpasmart96
2015-03-11HID: Removed unnecessary global variables.bunnei
2015-03-10HID: Added additional variable comments and some code cleanups.bunnei
2015-03-10HID: Complete refactor of pad/touch input to fix threading issues.bunnei