summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/hidbus.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-06-08core_timing: Use CNTPCT as the guest CPU tickMorph1-1/+0
Previously, we were mixing the raw CPU frequency and CNTFRQ. The raw CPU frequency (1020 MHz) should've never been used as CNTPCT (whose frequency is CNTFRQ) is the only counter available.
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
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
2022-04-16yuzu: Add custom ringcon configurationgerman771-1/+3
2022-04-16hidbus: Implement hidbus and ringcongerman771-0/+529