summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/frontend/applet_profile_select.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-30am: return AppletDataBroker and use for frontend appletsLiam1-3/+2
2024-01-30am: re-namespace frontend applets to frontend directoryLiam1-4/+4
2024-01-08Fix typos in src/core (#12625)Viktor Szépe1-1/+1
2023-03-29service: am: Improve profile select appletNarr the Reg1-9/+93
2023-03-25applets: implement RequestExitLiam1-0/+1
2022-06-27core: Replace all instances of ResultCode with Resultgerman771-2/+2
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-02-05general: Rename NewUUID to UUID, and remove the previous UUID implMorph1-3/+3
2022-02-05profile: Migrate to the new UUID implementationMorph1-3/+3
2021-07-14applets: Append applet_ prefix to backend appletsMorph1-0/+0
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph1-1/+1
2021-04-17applets: Make the applet mode a protected property of AppletMorph1-1/+0
2021-04-15applets: Pass in the LibraryAppletMode each applet's constructorMorph1-1/+2
2020-11-27service: Eliminate usages of the global system instanceLioncash1-0/+1
2019-09-05service/am: Remove usages of global system accessorsLioncash1-1/+6
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
2018-12-03applets: Correct event ResetTypes from OneShot to StickyZach Hilman1-4/+0
2018-12-03applets: Implement ProfileSelect appletZach Hilman1-0/+54