summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applets/controller.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* core: Fix clang buildLioncash2020-10-181-13/+13
| | | | | | | Recent changes to the build system that made more warnings be flagged as errors caused building via clang to break. Fixes #4795
* Address feedbackMorph2020-09-041-0/+4
|
* applets/controller: Set min_players to have a minimum value of 1.Morph2020-09-041-1/+1
| | | | - 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.
* applets/controller: Implement "Explain Text"Morph2020-09-041-14/+23
| | | | "Explain Text" is additional text that is shown for each player in the controller applet.
* Project Mjölnir: Part 2 - Controller AppletMorph2020-09-041-0/+197
Co-authored-by: Its-Rei <kupfel@gmail.com>