summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/controllers/console_sixaxis.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* kernel: use KTypedAddress for addressesLiam2023-03-221-3/+3
* hid: avoid direct pointer access of transfer memory objectsLiam2023-02-241-4/+9
* service: hid: Ensure all structs are initializedNarr the Reg2022-04-241-4/+4
* service: hid: Access shared memory directlyNarr the Reg2022-04-231-3/+4
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* core: Reduce unused includesameerj2022-03-191-1/+0
* service/hid: Improve console motion accuracyNarr the Reg2021-12-131-3/+7
* service/hid: Finish converting LIFO objects and address some nitsNarr the Reg2021-11-251-25/+6
* service/hid: Remove includes of core.h and settings.hgerman772021-11-251-2/+6
* Morph review first wavegerman772021-11-251-7/+7
* service/hid: Update console sixaxis to the emulated consolegerman772021-11-251-8/+13
* service: Resolve cases of member field shadowingLioncash2021-05-041-1/+1
* address commentsgerman772021-04-271-2/+2
* hid: Implement SevenSixAxis and ConsoleSixAxisSensorgerman772021-04-241-0/+80