summaryrefslogtreecommitdiffstats
path: root/src/hid_core/resources (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-01-28service: set: Implement more Qlaunch Settingsgerman771-1/+2
2024-01-27input: add a missing null pointer checkK9001-1/+1
There's a few other places where the result of GetAruidData is accessed without a null check, but I couldn't find a code path that hits those.
2024-01-26service: hid: Don't try to vibrate if device isn't initializedNarr the Reg2-0/+5
2024-01-26service: set: Implement more settings functions for QlaunchNarr the Reg6-15/+55
2024-01-21service: hid: Implement EnableAppletForInputNarr the Reg2-0/+15
2024-01-19service: hid: Clear controller status when aruid is no longer usedNarr the Reg1-0/+7
2024-01-16service: set: Implement stubbed functionsNarr the Reg2-15/+32
2024-01-16service: hid: Fully implement abstract vibrationNarr the Reg21-284/+413
2024-01-16Fix typos in masterViktor Szépe2-5/+5
2024-01-16Fix more typosViktor Szépe4-6/+6
2024-01-12service: hid: Create abstracted pad structuregerman7738-8/+3263
2024-01-07service: hid: Delete shared memory handle when unusedgerman771-0/+1
2024-01-07service: hid: Make sure there's an active aruid handlegerman771-0/+5
2024-01-07service: hid: Implement GetLastActiveNpadgerman772-0/+8
2024-01-07service: hid: Implement AssigningSingleOnSlSrPressgerman772-0/+12
2024-01-07service: hid: Implement SetNpadSystemExtStateEnabledgerman772-0/+14
2024-01-07service: hid: Implement CaptureButtonAssignmentgerman772-0/+23
2024-01-06service: hid: Handle pending deleteNarr the Reg2-21/+17
2024-01-05hid_core: Move hid to it's own subprojectNarr the Reg53-0/+6773