summaryrefslogtreecommitdiff
path: root/src/core/hle/service/hid/hidbus/ringcon.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* hid_core: Move hid to it's own subprojectGravatar Narr the Reg2024-01-051-253/+0
* hid: avoid direct pointer access of transfer memory objectsGravatar Liam2023-02-241-2/+1
* Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"Gravatar ameerj2023-02-031-1/+2
* Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ...Gravatar liamwhite2023-02-021-2/+1
* Merge pull request #9508 from ameerj/hle-ipc-buffer-spanGravatar bunnei2023-01-301-1/+2
|\
| * hidbus: Use ReadBufferSpanGravatar ameerj2022-12-281-1/+2
* | core: hid: Migrate ring from emulated devices to emulated controllerGravatar Narr the Reg2023-01-191-2/+2
|/
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* yuzu: Add custom ringcon configurationGravatar german772022-04-161-11/+18
* hidbus: Implement hidbus and ringconGravatar german772022-04-161-0/+247