Commit Graph

6 Commits (9a26d96c9827e753a5700bc7d37437944e074815)

Author SHA1 Message Date
ReinUsesLisp f8650a9580 core: Silence Wclass-memaccess warnings
This requires making several types trivial and properly initialize
them whenever they are called.
4 years ago
Lioncash df72480395 common: Make use of [[nodiscard]] where applicable
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.
5 years ago
David Marcec 1417849a2b acc: Return a unique value per account for GetAccountId 5 years ago
Zach Hilman 1aa2b99a98 mii: Implement Delete and Destroy file 6 years ago
Zach Hilman f0db2e3ef3 mii_manager: Cleanup and optimization 6 years ago
Zach Hilman ca5638a142 common: Extract UUID to its own class
Since the Mii database uses UUIDs very similar to the Accounts database, it makes no sense to not share code between them.
6 years ago