summaryrefslogtreecommitdiff
path: root/src/core/hle/service/hid/hidbus (follow)
Commit message (Expand)AuthorAgeFilesLines
* hid_core: Move hid to it's own subprojectGravatar Narr the Reg2024-01-058-975/+0
* core: Close all KEventsGravatar german772023-10-291-1/+4
* memory: rename global memory references to application memoryGravatar Liam2023-03-231-2/+2
* kernel: use KTypedAddress for addressesGravatar Liam2023-03-222-4/+4
* hid: avoid direct pointer access of transfer memory objectsGravatar Liam2023-02-248-26/+28
* Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"Gravatar ameerj2023-02-037-7/+9
* Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ...Gravatar liamwhite2023-02-027-9/+7
* Merge pull request #9508 from ameerj/hle-ipc-buffer-spanGravatar bunnei2023-01-307-7/+9
|\
| * hidbus: Use ReadBufferSpanGravatar ameerj2022-12-287-7/+9
* | core: hid: Only set the polling mode to the correct sideGravatar Narr the Reg2023-01-191-2/+4
* | core: hid: Migrate ring from emulated devices to emulated controllerGravatar Narr the Reg2023-01-192-4/+6
|/
* kernel: remove KWritableEventGravatar Liam2022-10-121-4/+4
* core: Replace all instances of ResultCode with ResultGravatar german772022-06-261-1/+1
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-238-24/+16
* yuzu: Add custom ringcon configurationGravatar german772022-04-164-63/+51
* hidbus: Implement hidbus and ringconGravatar german772022-04-168-0/+984