Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-15 | core: Silence Wclass-memaccess warnings | ReinUsesLisp | |
This requires making several types trivial and properly initialize them whenever they are called. | |||
2020-08-15 | common: Make use of [[nodiscard]] where applicable | Lioncash | |
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. | |||
2020-04-29 | acc: Return a unique value per account for GetAccountId | David Marcec | |
2019-04-25 | mii: Implement Delete and Destroy file | Zach Hilman | |
2019-04-25 | mii_manager: Cleanup and optimization | Zach Hilman | |
2019-04-25 | common: Extract UUID to its own class | Zach Hilman | |
Since the Mii database uses UUIDs very similar to the Accounts database, it makes no sense to not share code between them. |