summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/hidbus (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: Close all KEventsgerman772023-10-291-1/+4
* memory: rename global memory references to application memoryLiam2023-03-241-2/+2
* kernel: use KTypedAddress for addressesLiam2023-03-222-4/+4
* hid: avoid direct pointer access of transfer memory objectsLiam2023-02-248-26/+28
* Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj2023-02-037-7/+9
* Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"liamwhite2023-02-027-9/+7
* Merge pull request #9508 from ameerj/hle-ipc-buffer-spanbunnei2023-01-307-7/+9
|\
| * hidbus: Use ReadBufferSpanameerj2022-12-297-7/+9
* | core: hid: Only set the polling mode to the correct sideNarr the Reg2023-01-201-2/+4
* | core: hid: Migrate ring from emulated devices to emulated controllerNarr the Reg2023-01-202-4/+6
|/
* kernel: remove KWritableEventLiam2022-10-131-4/+4
* core: Replace all instances of ResultCode with Resultgerman772022-06-271-1/+1
* general: Convert source file copyright comments over to SPDXMorph2022-04-238-24/+16
* yuzu: Add custom ringcon configurationgerman772022-04-164-63/+51
* hidbus: Implement hidbus and ringcongerman772022-04-168-0/+984