summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/controllers/console_sixaxis.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: Resolve cases of member field shadowingLioncash2021-05-041-2/+2
| | | | | Now all that remains is for kernel code to be 'shadow-free' and then -Wshadow can be turned into an error.
* address commentsgerman772021-04-271-3/+3
|
* hid: Implement SevenSixAxis and ConsoleSixAxisSensorgerman772021-04-241-0/+90