summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applets/applet_controller.h (unfollow)
Commit message (Expand)AuthorFilesLines
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
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
2021-07-14applets: Append applet_ prefix to backend appletsMorph1-0/+0
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph1-1/+1
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
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
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
2020-09-04Project Mjölnir: Part 2 - Controller AppletMorph1-0/+119