summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/hidbus.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-08service: hid: Migrate hidbus to new interfaceNarr the Reg1-323/+158
2024-01-08Fix typos in src/core (#12625)Viktor Szépe1-4/+4
2024-01-05hid_core: Move hid to it's own subprojectNarr the Reg1-4/+4
2023-12-25service: fetch objects from the client handle tableLiam1-2/+1
2023-12-23core_timing: remove user data valueLiam1-4/+4
2023-06-08core_timing: Use CNTPCT as the guest CPU tickMorph1-1/+0
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