summaryrefslogtreecommitdiffstats
path: root/src/core/frontend/applets/controller.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* applet: controller: Implement cancel buttongerman772023-03-301-1/+1
|
* qt: implement RequestExit for appletsLiam2023-03-251-1/+3
|
* applets/controller: Use aliases for callbacksLioncash2022-12-061-2/+4
|
* general: fix compile for Apple ClangLiam2022-11-231-0/+1
|
* 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.
* kraken: Address comments from reviewgerman772021-11-251-4/+4
| | | | review fixes
* hid: Implement GC controllergerman2021-02-081-0/+1
|
* controller: Pass ControllerParameters by reference in ReconfigureControllers()Lioncash2020-10-271-2/+2
| | | | Prevents unnecessary copies and heap reallocations from occurring.
* frontend/controller: Eliminate dependency on the global system instanceLioncash2020-09-261-0/+8
|
* applets/controller: Implement "Explain Text"Morph2020-09-041-0/+3
| | | | "Explain Text" is additional text that is shown for each player in the controller applet.
* Project Mjölnir: Part 2 - Controller AppletMorph2020-09-041-0/+45
Co-authored-by: Its-Rei <kupfel@gmail.com>