summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/hidbus.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-01service: move hle_ipc from kernelLiam1-14/+14
2023-02-25core: hidbus: Fix BusType sizeNarr the Reg1-13/+13
2023-02-24hid: avoid direct pointer access of transfer memory objectsLiam1-1/+1
2023-02-14general: rename CurrentProcess to ApplicationProcessLiam1-2/+2
2023-01-20core: hid: Fix input regressionsNarr the Reg1-12/+12
2022-12-29hle_ipc: Rename ReadBufferSpan to ReadBufferameerj1-1/+1
2022-12-29hidbus: Use ReadBufferSpanameerj1-1/+1
2022-07-10PRKelebek11-1/+1
2022-07-10Rework CoreTimingKelebek11-11/+5
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-04-16yuzu: Add custom ringcon configurationgerman771-1/+3
2022-04-16hidbus: Implement hidbus and ringcongerman771-0/+529