summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applets/profile_select.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-1/+1
| | | | Transition to PascalCase for result names.
* applets: Make the applet mode a protected property of AppletMorph2021-04-171-1/+0
|
* applets: Pass in the LibraryAppletMode each applet's constructorMorph2021-04-151-1/+2
|
* service: Eliminate usages of the global system instanceLioncash2020-11-271-0/+1
| | | | | Completely removes all usages of the global system instance within the services code by passing in the using system instance to the services.
* service/am: Remove usages of global system accessorsLioncash2019-09-051-1/+6
| | | | | | Avoids the use of global accessors, removing the reliance on global state. This also makes dependencies explicit in the interface, as opposed to being hidden
* mii_manager: Fix incorrect loop condition in mii UUID generation codeZach Hilman2019-04-251-0/+1
|
* profile_select: Port Service::Account::UUID to Common::UUIDZach Hilman2019-04-251-2/+2
|
* 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.