aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/hid/controllers/npad.cpp
AgeCommit message (Expand)Author
2022-10-25Merge pull request #9107 from german77/gidoly_rulesliamwhite
2022-10-22general: Enforce C4800 everywhere except in video_coreMorph
2022-10-21input_common: cache vibration testsgerman77
2022-10-21hid/npad: Fix copy size in GetSupportedNpadIdTypesLioncash
2022-10-12kernel: remove KWritableEventLiam
2022-09-25service: hid: Partially implement palma controllerNarr the Reg
2022-08-08hid: core: Properly emulate controller color and battery levelNarr the Reg
2022-07-14Merge pull request #8510 from german77/vibrationliamwhite
2022-06-28input_common: sdl: lower vibration frequency and use it's own unique threadgerman77
2022-06-28service: hid: Correct some mistakes and add more validationsNarr the Reg
2022-06-26core: Replace all instances of ResultCode with Resultgerman77
2022-06-13common: Change semantics of UNREACHABLE to unconditionally crashLiam
2022-05-27service: hid: Implement ResetIsSixAxisSensorDeviceNewlyAssignedgerman77
2022-05-27service: hid: Implement LoadSixAxisSensorCalibrationParameter and GetSixAxisS...german77
2022-05-27service: hid: Implement EnableSixAxisSensorUnalteredPassthrough and IsSixAxis...german77
2022-05-27service: hid: Add error handling to sixaxis functionsgerman77
2022-05-27service: hid: Refractor sixaxis functionsgerman77
2022-05-27service: hid: Implement MergeSingleJoyAsDualJoy according to REgerman77
2022-05-27service: hid: Add error handling to setNpadAssignment and variantsgerman77
2022-05-27service: hid: Quick RE fixes and commentsgerman77
2022-05-06service: hid: Fix motion refresh rateNarr the Reg
2022-05-06service: hid: Disable correctly motion inputgerman77
2022-04-23service: hid: Access shared memory directlyNarr the Reg
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-04-18service: hid: Improve accuracy of sixaxis functionsNarr the Reg
2022-04-07core/hle: Replace lock_guard with scoped_lockMerry
2022-03-31service: hid: Remove inaccurate behavior on initializationgerman77
2021-12-16core/hid: Cancel any vibration after the testNarr the Reg
2021-12-05service/hid: Implement SetNpadJoyAssignmentModegerman77
2021-12-04core/hid: Ensure only valid npad are connectedgerman77
2021-11-29npad: Return NpadButton in GetAndResetPressStateMorph
2021-11-29general: Fix handheld typoMorph
2021-11-27settings: Add debug setting to enable all controllersgerman77
2021-11-24service/hid: Finish converting LIFO objects and address some nitsNarr the Reg
2021-11-24kraken: Address comments from reviewgerman77
2021-11-24core/hid: Remove usage of native types, fix a couple of errors with motiongerman77
2021-11-24service/hid: Remove includes of core.h and settings.hgerman77
2021-11-24service/hid: Add support for new controllersgerman77
2021-11-24core/hid: Rename NpadType to NpadStyleIndexgerman77
2021-11-24second commit lion reviewgerman77
2021-11-24core/hid: Update structs to 13.1.0german77
2021-11-24core/hid: Rework battery mappingsgerman77
2021-11-24Morph review first wavegerman77
2021-11-24service/hid: Match shared memory closer to HWgerman77
2021-11-24kraken: Address comments from reviewgerman77
2021-11-24core/hid: Only signal when neededgerman77
2021-11-24hid: Fix controller connection/disconnectiongerman77
2021-11-24core/hid: Add output devicesgerman77
2021-11-24service/hid: Rewrite npad to use ring lifo and the emulated controllergerman77
2021-11-03core: Remove unused includesameerj