summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applets/profile_select.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* applets: Send focus state change message on applet state changeMorph2021-04-171-1/+1
* applets: Make the applet mode a protected property of AppletMorph2021-04-171-1/+1
* applets: Pass in the LibraryAppletMode each applet's constructorMorph2021-04-151-2/+2
* service: Eliminate usages of the global system instanceLioncash2020-11-271-3/+3
* hle: services: Use std::shared_ptr instead of copy by value.bunnei2020-02-081-2/+2
* am: Refactor IStorage interface.bunnei2020-02-061-2/+2
* service/am: Remove usages of global system accessorsLioncash2019-09-051-2/+3
* mii_manager: Fix incorrect loop condition in mii UUID generation codeZach Hilman2019-04-251-1/+1
* profile_select: Port Service::Account::UUID to Common::UUIDZach Hilman2019-04-251-3/+3
* applets: Port current applets to take frontend in constructorZach Hilman2019-04-171-3/+3
* core: Add getter and setter for WebBrowserApplet frontendZach Hilman2018-12-281-1/+1
* applets: Correct event ResetTypes from OneShot to StickyZach Hilman2018-12-031-0/+1
* applets: Implement ProfileSelect appletZach Hilman2018-12-031-0/+76