summaryrefslogtreecommitdiffstats
path: root/src/core/frontend/applets/profile_select.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* common: Move settings to common from core.bunnei2021-04-151-1/+1
| | | | - Removes a dependency on core and input_common from common.
* Revert "core: Fix clang build"bunnei2020-10-211-2/+1
|
* core: Fix clang buildLioncash2020-10-181-1/+2
| | | | | | | Recent changes to the build system that made more warnings be flagged as errors caused building via clang to break. Fixes #4795
* profile_select: Port Service::Account::UUID to Common::UUIDZach Hilman2019-04-251-2/+3
|
* frontend: Add frontend applet for ProfileSelectZach Hilman2018-12-031-0/+19
Responsible for selecting a profile and firing callback upon completion.