aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/hid
AgeCommit message (Expand)Author
2022-10-01Merge pull request #8876 from FearlessTobi/multiplayer-part3bunnei
2022-09-29Merge pull request #8934 from german77/palma_releasebunnei
2022-09-25service: hid: Partially implement palma controllerNarr the Reg
2022-09-21yuzu: Silence some clang warningsNarr the Reg
2022-09-10yuzu: Multiple room UI improvementsgerman77
2022-09-01Demote services from warning/info to debug to reduce log spam:Kelebek1
2022-08-21hid: core: Add missing function table namesgerman77
2022-08-08hid: core: Properly emulate controller color and battery levelNarr the Reg
2022-07-25Address commentsNarr the Reg
2022-07-24fix compiler errorsgerman77
2022-07-24service: irs: Implement clustering processorgerman77
2022-07-23yuzu: Add webcam support and rebase to latest masterNarr the Reg
2022-07-23service: irs: Move to IRS namespace and minor fixesgerman77
2022-07-23service: irs: Split processors and implement ImageTransferProcessorgerman77
2022-07-14Merge pull request #8510 from german77/vibrationliamwhite
2022-07-10PRKelebek1
2022-07-10Rework CoreTimingKelebek1
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-06-10service: hid: Fix gesture regressionNarr the Reg
2022-05-31service: hid: Improve stub of IRSNarr the Reg
2022-05-30Merge pull request #8368 from german77/seventimesbunnei
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-23input_common: touch: Rewrite touch driver to support multiple touch pointsgerman77
2022-05-06service: hid: Fix motion refresh rateNarr the Reg
2022-05-06service: hid: Disable correctly motion inputgerman77
2022-04-29Merge pull request #8274 from german77/firmwareMorph
2022-04-27service: hid: Stub IsFirmwareUpdateNeededForNotificationgerman77
2022-04-23service: hid: Ensure all structs are initializedNarr the Reg
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-16yuzu: Add custom ringcon configurationgerman77
2022-04-16hidbus: Implement hidbus and ringcongerman77
2022-04-07core/hle: Replace lock_guard with scoped_lockMerry
2022-04-05service: hid: Partially revert #8123german77
2022-04-02Merge pull request #8123 from german77/bombslingerbunnei
2022-04-02service: npad: Default initialize shared memorygerman77
2022-03-31service: hid: Remove inaccurate behavior on initializationgerman77
2022-03-30service: hid: Signal event on AcquireNpadStyleSetUpdateEventHandleNarr the Reg
2022-03-19core: Reduce unused includesameerj