summaryrefslogtreecommitdiffstats
path: root/src/common/uuid.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
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.