Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-04 | common: uuid: Add hex string to UUID constructor | Morph | |
This allows for easily converting a hex string into a Common::UUID, which is backed by a 128 bit unsigned integer. | |||
2021-07-26 | common: uuid: Return a lower-case hex string in Format | Morph | |
2019-04-25 | mii_manager: Cleanup and optimization | Zach Hilman | |
2019-04-25 | common: Extract UUID to its own class | Zach Hilman | |
Since the Mii database uses UUIDs very similar to the Accounts database, it makes no sense to not share code between them. |