summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/controllers/console_sixaxis.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* kernel: use KTypedAddress for addressesLiam2023-03-221-1/+1
|
* hid: avoid direct pointer access of transfer memory objectsLiam2023-02-241-7/+7
|
* service: hid: Ensure all structs are initializedNarr the Reg2022-04-241-2/+2
|
* service: hid: Access shared memory directlyNarr the Reg2022-04-231-9/+11
|
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-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.
* core: Reduce unused includesameerj2022-03-191-1/+0
|
* service/hid: Improve console motion accuracyNarr the Reg2021-12-131-11/+9
|
* service/hid: Finish converting LIFO objects and address some nitsNarr the Reg2021-11-251-20/+11
|
* service/hid: Remove includes of core.h and settings.hgerman772021-11-251-4/+4
|
* second commit lion reviewgerman772021-11-251-0/+1
|
* service/hid: Update console sixaxis to the emulated consolegerman772021-11-251-20/+13
|
* 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