aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/hid/hidbus.cpp
AgeCommit message (Collapse)Author
2024-02-07service: hid: Migrate hidbus to new interfaceNarr the Reg
2024-01-08Fix typos in src/core (#12625)Viktor Szépe
* Fix typos in src/core * Fix typo correction * Fix indentation of MemoryStateNames * Fix indent
2024-01-05hid_core: Move hid to it's own subprojectNarr the Reg
2024-01-01Merge pull request #12454 from liamwhite/ct-stuffNarr the Reg
core_timing: minor refactors
2023-12-24service: fetch objects from the client handle tableLiam
2023-12-23core_timing: remove user data valueLiam
2023-06-07core_timing: Use CNTPCT as the guest CPU tickMorph
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 kernelLiam
2023-02-27Merge pull request #9859 from liamwhite/tmem-useliamwhite
service: avoid direct pointer access of transfer memory objects
2023-02-24core: hidbus: Fix BusType sizeNarr the Reg
2023-02-24hid: avoid direct pointer access of transfer memory objectsLiam
2023-02-13general: rename CurrentProcess to ApplicationProcessLiam
2023-01-19core: hid: Fix input regressionsNarr the Reg
2022-07-10PRKelebek1
2022-07-10Rework CoreTimingKelebek1
2022-04-23general: Convert source file copyright comments over to SPDXMorph
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 configurationgerman77
2022-04-16hidbus: Implement hidbus and ringcongerman77