summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/hid_server.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: hid: Create abstracted pad structuregerman772024-01-121-1/+1
* service: hid: Implement SetNpadSystemExtStateEnabledgerman772024-01-071-2/+2
* service: hid: Implement CaptureButtonAssignmentgerman772024-01-071-7/+11
* hid_core: Move hid to it's own subprojectNarr the Reg2024-01-051-18/+17
* service: hid: Implement NpadResource and NpadDataNarr the Reg2024-01-041-78/+144
* service: fetch objects from the client handle tableLiam2023-12-251-6/+3
* service: hid: Fix crash on InitializeVibrationDeviceNarr the Reg2023-12-211-1/+1
* service: hid: Allow to create multiple instances of shared memoryNarr the Reg2023-12-141-11/+12
* service: hid: Improve CreateAppletResource implementation and free resourcesgerman772023-12-101-6/+4
* service: hid: Introduce proper AppletResource emulationNarr the Reg2023-12-071-1/+6
* Fixed controller applet crashing when on FW17+FrozenAra2023-11-271-0/+16
* service: hid: Create appropriate hid resourcesNarr the Reg2023-11-211-253/+184
* Merge pull request #12011 from Macj0rdan/controller-appletNarr the Reg2023-11-201-2/+2
|\
| * Implemented qlaunch version of the controller appletFrozenAra2023-11-191-2/+2
* | service: hid: Ensure resource manager is initializedSquall-Leonhart2023-11-201-1/+1
|/
* service: hid: Introduce firmware settings and update activate controller callsNarr the Reg2023-11-171-35/+111
* service: hid: Implement xpad callsNarr the Reg2023-11-161-36/+131
* service: hid: Split hid.cpp into individual interfacesNarr the Reg2023-11-151-0/+2269