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