Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | common: Make use of [[nodiscard]] where applicable | Lioncash | 2020-08-15 | 1 | -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 GetAccountId | David Marcec | 2020-04-29 | 1 | -0/+5 |
| | |||||
* | mii: Implement Delete and Destroy file | Zach Hilman | 2019-04-25 | 1 | -5/+6 |
| | |||||
* | mii_manager: Cleanup and optimization | Zach Hilman | 2019-04-25 | 1 | -2/+4 |
| | |||||
* | common: Extract UUID to its own class | Zach Hilman | 2019-04-25 | 1 | -0/+45 |
Since the Mii database uses UUIDs very similar to the Accounts database, it makes no sense to not share code between them. |