summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applets/profile_select.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-04-25mii_manager: Fix incorrect loop condition in mii UUID generation codeZach Hilman1-1/+1
2019-04-25profile_select: Port Service::Account::UUID to Common::UUIDZach Hilman1-3/+3
2019-04-17applets: Port current applets to take frontend in constructorZach Hilman1-3/+3
As opposed to using Core::System::GetInstance()
2018-12-28core: Add getter and setter for WebBrowserApplet frontendZach Hilman1-1/+1
2018-12-03applets: Correct event ResetTypes from OneShot to StickyZach Hilman1-0/+1
Fixes bugs relating to signalling in software keyboard.
2018-12-03applets: Implement ProfileSelect appletZach Hilman1-0/+76
Allows the player to select an emulated profile.