Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-08-04 | common: uuid: Add hex string to UUID constructor | Morph | 1 | -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-27 | common: uuid: Return a lower-case hex string in Format | Morph | 1 | -1/+1 | |
2019-04-25 | mii_manager: Cleanup and optimization | Zach Hilman | 1 | -1/+1 | |
2019-04-25 | common: Extract UUID to its own class | Zach Hilman | 1 | -0/+33 | |
Since the Mii database uses UUIDs very similar to the Accounts database, it makes no sense to not share code between them. |