summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applets/applet_profile_select.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: am: Improve profile select appletNarr the Reg2023-03-291-5/+47
|
* qt: implement RequestExit for appletsLiam2023-03-251-1/+1
|
* applets: implement RequestExitLiam2023-03-251-0/+5
|
* hle: rename legacy errors to ResultsLiam2023-03-071-4/+3
|
* core: Replace all instances of ResultCode with Resultgerman772022-06-271-2/+2
|
* common: Change semantics of UNREACHABLE to unconditionally crashLiam2022-06-141-1/+1
|
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
| | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
* general: Rename NewUUID to UUID, and remove the previous UUID implMorph2022-02-051-3/+2
| | | | This completes the removal of the old UUID implementation.
* profile: Migrate to the new UUID implementationMorph2022-02-051-4/+5
|
* common/uuid: Add validity checking functions to interfaceLioncash2021-09-221-1/+1
| | | | | Given we have a function to invalidate, we should also have ones to query the validity. Also makes the code more straightforward to read.
* applets: Append applet_ prefix to backend appletsMorph2021-07-141-0/+78