summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/hidbus (unfollow)
Commit message (Expand)AuthorFilesLines
2023-10-29core: Close all KEventsgerman771-1/+4
2023-03-24memory: rename global memory references to application memoryLiam1-2/+2
2023-03-22kernel: use KTypedAddress for addressesLiam2-4/+4
2023-02-24hid: avoid direct pointer access of transfer memory objectsLiam8-26/+28
2023-02-03Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj7-7/+9
2023-02-02Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"liamwhite7-9/+7
2023-01-20core: hid: Only set the polling mode to the correct sideNarr the Reg1-2/+4
2023-01-20core: hid: Migrate ring from emulated devices to emulated controllerNarr the Reg2-4/+6
2022-12-29hidbus: Use ReadBufferSpanameerj7-7/+9
2022-10-13kernel: remove KWritableEventLiam1-4/+4
2022-06-27core: Replace all instances of ResultCode with Resultgerman771-1/+1
2022-04-23general: Convert source file copyright comments over to SPDXMorph8-24/+16
2022-04-16yuzu: Add custom ringcon configurationgerman774-63/+51
2022-04-16hidbus: Implement hidbus and ringcongerman778-0/+984