summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applets/controller.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-10-18core: Fix clang buildLioncash1-13/+13
Recent changes to the build system that made more warnings be flagged as errors caused building via clang to break. Fixes #4795
2020-09-04Address feedbackMorph1-0/+4
2020-09-04applets/controller: Set min_players to have a minimum value of 1.Morph1-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.
2020-09-04applets/controller: Implement "Explain Text"Morph1-14/+23
"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/+197
Co-authored-by: Its-Rei <kupfel@gmail.com>