| Age | Commit message (Collapse) | Author |
|
|
|
|
|
service: hid: Implement ApplyNpadSystemCommonPolicy
|
|
|
|
|
|
|
|
|
|
|
|
Allows some special interactions with it in the Qt frontend.
|
|
|
|
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: hid: Implement SetNpadJoyAssignmentModeSingleWithDestination
|
|
Used by Let's Get Fit
|
|
service: hid: Silence warning on MergeSingleJoyAsDualJoy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
service: HLE multiprocess
|
|
service: avoid direct pointer access of transfer memory objects
|
|
core: Update service function tables to 16.0.0+
|
|
|
|
|
|
|
|
|
|
Converts services to have their own processes
|
|
general: rename CurrentProcess to ApplicationProcess
|
|
|
|
|
|
|
|
|
|
This reverts commit 25fc5c0e1158cb8e81cbc769b24ad84032a1fbfd, reversing
changes made to af20e25081f97d55b451606c87922e2b49f0d363.
|
|
ReadBuffer"
|
|
input_common: Implement turbo buttons
|
|
|
|
hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|