summaryrefslogtreecommitdiffstats
path: root/src/hid_core/resources/abstracted_pad (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-02-06service: hid: Ensure aruid data is initializedgerman771-1/+1
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-16service: hid: Fully implement abstract vibrationNarr the Reg6-20/+61
2024-01-12service: hid: Create abstracted pad structuregerman7724-0/+2619