summaryrefslogtreecommitdiffstats
path: root/src/hid_core/resources/abstracted_pad/abstract_properties_handler.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
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-12service: hid: Create abstracted pad structuregerman771-0/+322