summaryrefslogtreecommitdiffstats
path: root/src/common/uuid.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* common: Make use of [[nodiscard]] where applicableLioncash2020-08-151-7/+7
| | | | | | Now that clang-format makes [[nodiscard]] attributes format sensibly, we can apply them to several functions within the common library to allow the compiler to complain about any misuses of the functions.
* acc: Return a unique value per account for GetAccountIdDavid Marcec2020-04-291-0/+5
|
* mii: Implement Delete and Destroy fileZach Hilman2019-04-251-5/+6
|
* mii_manager: Cleanup and optimizationZach Hilman2019-04-251-2/+4
|
* common: Extract UUID to its own classZach Hilman2019-04-251-0/+45
Since the Mii database uses UUIDs very similar to the Accounts database, it makes no sense to not share code between them.