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