summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applets/controller.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* applets: Append applet_ prefix to backend appletsMorph2021-07-141-253/+0
* applets: Send focus state change message on applet state changeMorph2021-04-171-1/+1
* applets: Make the applet mode a protected property of AppletMorph2021-04-171-1/+1
* applets: Pass in the LibraryAppletMode each applet's constructorMorph2021-04-151-2/+3
* am/controller: Remove [[fallthrough]] from unreachable pathLioncash2021-02-091-1/+2
* Fix npad struct to match switchbrewgerman2021-02-041-1/+1
* controller: Use std::move within ConvertToFrontendParameters()Lioncash2020-12-081-3/+3
* controller: Avoid unnecessary copies in ConfigurationComplete()Lioncash2020-12-081-9/+8
* service: Eliminate usages of the global system instanceLioncash2020-11-271-2/+2
* controllers/npad: Rename NPadType to NpadStyleSetMorph2020-11-161-1/+1
* settings: Preparation for per-game input settingsMorph2020-11-161-1/+1
* applets: Rename LibraryAppletVersion to ControllerAppletVersionMorph2020-11-081-13/+13
* applets/controller: Pop normal data for StrapGuide and FirmwareUpdateMorph2020-11-081-6/+18
* applets/controller: Introduce additional checks for mode and callerMorph2020-11-081-0/+30
* Revert "core: Fix clang build"bunnei2020-10-211-13/+13
* core: Fix clang buildLioncash2020-10-181-13/+13
* Address feedbackMorph2020-09-041-0/+4
* applets/controller: Set min_players to have a minimum value of 1.Morph2020-09-041-1/+1
* applets/controller: Implement "Explain Text"Morph2020-09-041-14/+23
* Project Mjölnir: Part 2 - Controller AppletMorph2020-09-041-0/+197