| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Implemented qlaunch version of the controller applet
|
|
Ensures the proper initialization of the IActiveVibrationDeviceList. By using GetResourceManager() instead of resource_manager, we make sure that the IActiveVibrationDeviceListis initialized before it's used, preventing potential null issues.
Fixes #12088
|
|
|
|
|
|
|
|
service: hid: Split hid.cpp into individual interfaces
|
|
|
|
|
|
|
|
|
|
service: hid: Ensure GetNextEntryIndex can't fail
|
|
|
|
|
|
|
|
|
|
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
|
|
|