summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applets/applet_profile_select.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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