summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/hidbus/ringcon.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-05hid_core: Move hid to it's own subprojectNarr the Reg1-292/+0
2023-03-24memory: rename global memory references to application memoryLiam1-2/+2
2023-02-24hid: avoid direct pointer access of transfer memory objectsLiam1-5/+8
2023-02-03Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj1-1/+1
2023-02-02Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"liamwhite1-1/+1
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 Reg1-2/+4
2022-12-29hidbus: Use ReadBufferSpanameerj1-1/+1
2022-10-13kernel: remove KWritableEventLiam1-4/+4
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-04-16yuzu: Add custom ringcon configurationgerman771-49/+29
2022-04-16hidbus: Implement hidbus and ringcongerman771-0/+306