summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applets/profile_select.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* web_browser: Make OpenPage non-constZach Hilman2019-04-171-2/+1
|
* applets: Port current applets to take frontend in constructorZach Hilman2019-04-171-1/+4
| | | As opposed to using Core::System::GetInstance()
* applets: Correct event ResetTypes from OneShot to StickyZach Hilman2018-12-031-4/+0
| | | | Fixes bugs relating to signalling in software keyboard.
* applets: Implement ProfileSelect appletZach Hilman2018-12-031-0/+54
Allows the player to select an emulated profile.