aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/hid/hid.cpp
AgeCommit message (Expand)Author
2024-03-04Merge yuzu-emu#13018yuzubot
2024-02-07service: hid: Migrate hidbus to new interfaceNarr the Reg
2024-01-28service: hid: Fully implement touch resourceNarr the Reg
2024-01-25service: set: Implement more settings functions for QlaunchNarr the Reg
2024-01-20Merge pull request #12660 from german77/better-vibrationliamwhite
2024-01-15service: set: Implement stubbed functionsNarr the Reg
2024-01-15service: hid: Fully implement abstract vibrationNarr the Reg
2024-01-12kernel: fix debugger and process list lifetimeLiam
2024-01-08Fix typos in src/core (#12625)Viktor Szépe
2024-01-05hid_core: Move hid to it's own subprojectNarr the Reg
2024-01-03service: hid: Implement NpadResource and NpadDataNarr the Reg
2023-12-06service: hid: Introduce proper AppletResource emulationNarr the Reg
2023-11-16service: hid: Introduce firmware settings and update activate controller callsNarr the Reg
2023-11-15service: hid: Split hid.cpp into individual interfacesNarr the Reg
2023-11-03service: hid: Silence EnableUnintendedHomeButtonInputProtectiongerman77
2023-10-29core: Close all KEventsgerman77
2023-09-16Merge pull request #11519 from german77/system-policyliamwhite
2023-09-16service: hid: Implement ApplyNpadSystemCommonPolicygerman77
2023-09-16hid: service: Implement Last active Npadgerman77
2023-08-11service: hid: Implement functions needed by QLaunchNarr the Reg
2023-05-14service: hid: Use span instead of vector referencegerman77
2023-03-29service: hid: Implement SetNpadJoyAssignmentModeSingleWithDestinationgerman77
2023-03-12general: fix spelling mistakesLiam
2023-03-01service: move hle_ipc from kernelLiam
2023-03-01Merge pull request #9832 from liamwhite/hle-mpliamwhite
2023-02-27Merge pull request #9859 from liamwhite/tmem-useliamwhite
2023-02-24core: Update service function tables to 16.0.0+Narr the Reg
2023-02-24hid: avoid direct pointer access of transfer memory objectsLiam
2023-02-21service: refactor server architectureLiam
2023-02-15Merge pull request #9796 from liamwhite/currentliamwhite
2023-02-14service: remove deleted servicesLiam
2023-02-13general: rename CurrentProcess to ApplicationProcessLiam
2023-02-09core: hid: Use gyro thresholds modes set by the gameNarr the Reg
2023-02-07service: hid: Return error if arguments of SetSupportedNpadIdType is invalidNarr the Reg
2023-02-03Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj
2023-02-02Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ...liamwhite
2022-12-28hle_ipc: Rename ReadBufferSpan to ReadBufferameerj
2022-12-28hidbus: Use ReadBufferSpanameerj
2022-12-25service: Use ReadBufferSpan where it is trivial to do soameerj
2022-11-19service: hid: Only overclock npad controllersgerman77
2022-10-16general: Fix spelling of "unknown"Morph
2022-10-01Merge pull request #8876 from FearlessTobi/multiplayer-part3bunnei
2022-09-25service: hid: Partially implement palma controllerNarr 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-07-23service: irs: Move to IRS namespace and minor fixesgerman77
2022-07-10PRKelebek1
2022-07-10Rework CoreTimingKelebek1
2022-06-28service: hid: Correct some mistakes and add more validationsNarr the Reg