Age | Commit message (Collapse) | Author |
|
|
|
service: hid: Migrate HidServer to new IPC
|
|
|
|
|
|
|
|
|
|
|
|
service: irs: Migrate service to new interface
|
|
|
|
|
|
service: hid: Fully implement touch resource
|
|
|
|
|
|
|
|
|
|
service: hid: Fully implement abstract vibration
|
|
|
|
|
|
|
|
|
|
* Fix typos in src/core
* Fix typo correction
* Fix indentation of MemoryStateNames
* Fix indent
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
service: hid: Use applet resource to get latest shared memory handle
|
|
core_timing: minor refactors
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|