summaryrefslogtreecommitdiffstats
path: root/src/core/frontend/applets/controller.h (unfollow)
Commit message (Collapse)AuthorFilesLines
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.
2021-11-25kraken: Address comments from reviewgerman771-4/+4
review fixes
2021-02-08hid: Implement GC controllergerman1-0/+1
2020-10-27controller: Pass ControllerParameters by reference in ReconfigureControllers()Lioncash1-2/+2
Prevents unnecessary copies and heap reallocations from occurring.
2020-09-26frontend/controller: Eliminate dependency on the global system instanceLioncash1-0/+8
2020-09-04applets/controller: Implement "Explain Text"Morph1-0/+3
"Explain Text" is additional text that is shown for each player in the controller applet.
2020-09-04Project Mjölnir: Part 2 - Controller AppletMorph1-0/+45
Co-authored-by: Its-Rei <kupfel@gmail.com>