summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applets/profile_select.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-09-05service/am: Remove usages of global system accessorsLioncash1-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
2019-04-25mii_manager: Fix incorrect loop condition in mii UUID generation codeZach Hilman1-0/+1
2019-04-25profile_select: Port Service::Account::UUID to Common::UUIDZach Hilman1-2/+2
2019-04-17web_browser: Make OpenPage non-constZach Hilman1-2/+1
2019-04-17applets: Port current applets to take frontend in constructorZach Hilman1-1/+4
As opposed to using Core::System::GetInstance()
2018-12-03applets: Correct event ResetTypes from OneShot to StickyZach Hilman1-4/+0
Fixes bugs relating to signalling in software keyboard.
2018-12-03applets: Implement ProfileSelect appletZach Hilman1-0/+54
Allows the player to select an emulated profile.