| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-07-14 | applets: Append applet_ prefix to backend applets | Morph | |
| 2021-04-17 | applets: Send focus state change message on applet state change | Morph | |
| Fixes the softlock after the controller applet exits in Mario Kart 8 Deluxe. | |||
| 2021-04-17 | applets: Make the applet mode a protected property of Applet | Morph | |
| 2021-04-15 | applets: Pass in the LibraryAppletMode each applet's constructor | Morph | |
| 2021-02-09 | am/controller: Remove [[fallthrough]] from unreachable path | Lioncash | |
| Prevents warnings on clang 12. This path is reachable on other variations of the build that disable the unreachable macro. | |||
| 2021-02-03 | Fix npad struct to match switchbrew | german | |
| 2020-12-07 | controller: Use std::move within ConvertToFrontendParameters() | Lioncash | |
| Avoids unnecessary copies. | |||
| 2020-12-07 | controller: Avoid unnecessary copies in ConfigurationComplete() | Lioncash | |
| Avoids unnecessary 1072 byte copies when querying info about controllers. | |||
| 2020-11-26 | service: Eliminate usages of the global system instance | Lioncash | |
| 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-15 | controllers/npad: Rename NPadType to NpadStyleSet | Morph | |
| This more accurately represents the underlying type and avoids confusion with NpadType | |||
| 2020-11-15 | settings: Preparation for per-game input settings | Morph | |
| 2020-11-08 | applets: Rename LibraryAppletVersion to ControllerAppletVersion | Morph | |
| 2020-11-08 | applets/controller: Pop normal data for StrapGuide and FirmwareUpdate | Morph | |
| 2020-11-08 | applets/controller: Introduce additional checks for mode and caller | Morph | |
| 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-10-20 | Revert "core: Fix clang build" | bunnei | |
| 2020-10-17 | core: Fix clang build | Lioncash | |
| Recent changes to the build system that made more warnings be flagged as errors caused building via clang to break. Fixes #4795 | |||
| 2020-09-04 | Address feedback | Morph | |
| 2020-09-04 | applets/controller: Set min_players to have a minimum value of 1. | Morph | |
| - Some games like Shipped have a minimum requirement of 0 connected players and is undesired behavior. We must require a minimum of 1 player connected regardless of what games may ask. | |||
| 2020-09-04 | applets/controller: Implement "Explain Text" | Morph | |
| "Explain Text" is additional text that is shown for each player in the controller applet. | |||
| 2020-09-04 | Project Mjölnir: Part 2 - Controller Applet | Morph | |
| Co-authored-by: Its-Rei <kupfel@gmail.com> | |||
