summaryrefslogtreecommitdiffstats
path: root/src/common/uuid.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* common: uuid: Add hex string to UUID constructorMorph2021-08-041-0/+54
| | | | This allows for easily converting a hex string into a Common::UUID, which is backed by a 128 bit unsigned integer.
* common: uuid: Return a lower-case hex string in FormatMorph2021-07-271-1/+1
|
* mii_manager: Cleanup and optimizationZach Hilman2019-04-251-1/+1
|
* common: Extract UUID to its own classZach Hilman2019-04-251-0/+33
Since the Mii database uses UUIDs very similar to the Accounts database, it makes no sense to not share code between them.