summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applets/controller.h (unfollow)
Commit message (Collapse)AuthorFilesLines
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>