summaryrefslogtreecommitdiffstats
path: root/src/core/frontend/applets/profile_select.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-04-15common: Move settings to common from core.bunnei1-1/+1
- Removes a dependency on core and input_common from common.
2020-10-21Revert "core: Fix clang build"bunnei1-2/+1
2020-10-18core: Fix clang buildLioncash1-1/+2
Recent changes to the build system that made more warnings be flagged as errors caused building via clang to break. Fixes #4795
2019-04-25profile_select: Port Service::Account::UUID to Common::UUIDZach Hilman1-2/+3
2018-12-03frontend: Add frontend applet for ProfileSelectZach Hilman1-0/+19
Responsible for selecting a profile and firing callback upon completion.