summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/hidbus/hidbus_base.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* hid_core: Move hid to it's own subprojectNarr the Reg2024-01-051-183/+0
* kernel: use KTypedAddress for addressesLiam2023-03-221-3/+3
* hid: avoid direct pointer access of transfer memory objectsLiam2023-02-241-4/+8
* Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj2023-02-031-1/+2
* Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"liamwhite2023-02-021-2/+1
* hidbus: Use ReadBufferSpanameerj2022-12-291-1/+2
* core: Replace all instances of ResultCode with Resultgerman772022-06-271-1/+1
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* yuzu: Add custom ringcon configurationgerman772022-04-161-1/+2
* hidbus: Implement hidbus and ringcongerman772022-04-161-0/+178