summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/controllers/console_sixaxis.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-03-19core: Reduce unused includesameerj1-1/+0
2021-12-13service/hid: Improve console motion accuracyNarr the Reg1-3/+7
2021-11-25service/hid: Finish converting LIFO objects and address some nitsNarr the Reg1-25/+6
2021-11-25service/hid: Remove includes of core.h and settings.hgerman771-2/+6
2021-11-25Morph review first wavegerman771-7/+7
2021-11-25service/hid: Update console sixaxis to the emulated consolegerman771-8/+13
2021-05-04service: Resolve cases of member field shadowingLioncash1-1/+1
Now all that remains is for kernel code to be 'shadow-free' and then -Wshadow can be turned into an error.
2021-04-27address commentsgerman771-2/+2
2021-04-24hid: Implement SevenSixAxis and ConsoleSixAxisSensorgerman771-0/+80