aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/am/applets/controller.cpp
AgeCommit message (Expand)Author
2021-07-14applets: Append applet_ prefix to backend appletsMorph
2021-04-17applets: Send focus state change message on applet state changeMorph
2021-04-17applets: Make the applet mode a protected property of AppletMorph
2021-04-15applets: Pass in the LibraryAppletMode each applet's constructorMorph
2021-02-09am/controller: Remove [[fallthrough]] from unreachable pathLioncash
2021-02-03Fix npad struct to match switchbrewgerman
2020-12-07controller: Use std::move within ConvertToFrontendParameters()Lioncash
2020-12-07controller: Avoid unnecessary copies in ConfigurationComplete()Lioncash
2020-11-26service: Eliminate usages of the global system instanceLioncash
2020-11-15controllers/npad: Rename NPadType to NpadStyleSetMorph
2020-11-15settings: Preparation for per-game input settingsMorph
2020-11-08applets: Rename LibraryAppletVersion to ControllerAppletVersionMorph
2020-11-08applets/controller: Pop normal data for StrapGuide and FirmwareUpdateMorph
2020-11-08applets/controller: Introduce additional checks for mode and callerMorph
2020-10-20Revert "core: Fix clang build"bunnei
2020-10-17core: Fix clang buildLioncash
2020-09-04Address feedbackMorph
2020-09-04applets/controller: Set min_players to have a minimum value of 1.Morph
2020-09-04applets/controller: Implement "Explain Text"Morph
2020-09-04Project Mjölnir: Part 2 - Controller AppletMorph