Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | common: uuid: Add hex string to UUID constructor | Morph | 2021-08-04 | 1 | -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 Format | Morph | 2021-07-27 | 1 | -1/+1 |
| | |||||
* | mii_manager: Cleanup and optimization | Zach Hilman | 2019-04-25 | 1 | -1/+1 |
| | |||||
* | common: Extract UUID to its own class | Zach Hilman | 2019-04-25 | 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. |