summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/controllers/console_sixaxis.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-03-22kernel: use KTypedAddress for addressesLiam1-1/+1
2023-02-24hid: avoid direct pointer access of transfer memory objectsLiam1-7/+7
2022-04-24service: hid: Ensure all structs are initializedNarr the Reg1-2/+2
2022-04-23service: hid: Access shared memory directlyNarr the Reg1-9/+11
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
2022-03-19core: Reduce unused includesameerj1-1/+0
2021-12-13service/hid: Improve console motion accuracyNarr the Reg1-11/+9
2021-11-25service/hid: Finish converting LIFO objects and address some nitsNarr the Reg1-20/+11
2021-11-25service/hid: Remove includes of core.h and settings.hgerman771-4/+4
2021-11-25second commit lion reviewgerman771-0/+1
2021-11-25service/hid: Update console sixaxis to the emulated consolegerman771-20/+13
2021-05-04service: Resolve cases of member field shadowingLioncash1-2/+2
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-3/+3
2021-04-24hid: Implement SevenSixAxis and ConsoleSixAxisSensorgerman771-0/+90