summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/hidbus.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* core_timing: Use CNTPCT as the guest CPU tickMorph2023-06-081-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.
* service: move hle_ipc from kernelLiam2023-03-011-14/+14
|
* Merge pull request #9859 from liamwhite/tmem-useliamwhite2023-02-281-1/+1
|\ | | | | service: avoid direct pointer access of transfer memory objects
| * hid: avoid direct pointer access of transfer memory objectsLiam2023-02-241-1/+1
| |
* | core: hidbus: Fix BusType sizeNarr the Reg2023-02-251-13/+13
|/
* general: rename CurrentProcess to ApplicationProcessLiam2023-02-141-2/+2
|
* core: hid: Fix input regressionsNarr the Reg2023-01-201-12/+12
|
* PRKelebek12022-07-101-1/+1
|
* Rework CoreTimingKelebek12022-07-101-11/+5
|
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-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.
* yuzu: Add custom ringcon configurationgerman772022-04-161-1/+3
|
* hidbus: Implement hidbus and ringcongerman772022-04-161-0/+529