summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/frontend/applet_controller.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-01-30am: return AppletDataBroker and use for frontend appletsLiam1-3/+2
2024-01-30am: re-namespace frontend applets to frontend directoryLiam1-4/+4
2023-11-19Implemented qlaunch version of the controller appletFrozenAra1-1/+1
2023-03-30applet: controller: Implement cancel buttongerman771-2/+7
2023-03-25applets: implement RequestExitLiam1-0/+1
2022-06-27core: Replace all instances of ResultCode with Resultgerman771-2/+2
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-25core/hid: Remove usage of native types, fix a couple of errors with motiongerman771-1/+5
2021-07-20applet_controller: Add preliminary support for version 8Morph1-2/+13
Version 8 adds support for key remapping introduced in FW 11.0, we will not be implementing this for now.
2021-07-14applets: Append applet_ prefix to backend appletsMorph1-0/+0
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph1-1/+1
Transition to PascalCase for result names.
2021-04-17applets: Make the applet mode a protected property of AppletMorph1-1/+0
2021-04-15applets: Pass in the LibraryAppletMode each applet's constructorMorph1-1/+3
2020-11-27service: Eliminate usages of the global system instanceLioncash1-0/+1
Completely removes all usages of the global system instance within the services code by passing in the using system instance to the services.
2020-11-08applets: Rename LibraryAppletVersion to ControllerAppletVersionMorph1-2/+2
2020-11-08applets/controller: Pop normal data for StrapGuide and FirmwareUpdateMorph1-0/+1
2020-11-08applets/controller: Introduce additional checks for mode and callerMorph1-5/+9
Some games like Cave Story+ set invalid values in the ControllerPrivateArg's mode and caller fields. Use other fields to determine the appropriate mode and caller should either or both fields be invalid.
2020-11-08applets/controller: Add ControllerUpdateFirmwareArg structMorph1-0/+7
2020-09-04Address feedbackMorph1-0/+3
2020-09-04applets/controller: Implement "Explain Text"Morph1-2/+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/+119
Co-authored-by: Its-Rei <kupfel@gmail.com>