Morph
9429bb6222
common: uuid: Use sizeof(u64) instead of 8 in Hash()
4 years ago
Morph
2d8d60bf9b
common: uuid: Return an invalid UUID if conversion from string fails
The string constructor of UUID states:
Should the input string not meet the above requirements, an assert will be triggered and an invalid UUID is set instead.
4 years ago
Morph
e47b5e6a26
general: Rename NewUUID to UUID, and remove the previous UUID impl
This completes the removal of the old UUID implementation.
4 years ago
Morph
6b2f133eef
common: uuid: Add hex string to UUID constructor
This allows for easily converting a hex string into a Common::UUID, which is backed by a 128 bit unsigned integer.
5 years ago
Morph
881199e524
common: uuid: Return a lower-case hex string in Format
5 years ago
Zach Hilman
b4759039c0
mii_manager: Cleanup and optimization
7 years ago
Zach Hilman
c02cb054b7
common: Extract UUID to its own class
Since the Mii database uses UUIDs very similar to the Accounts database, it makes no sense to not share code between them.
7 years ago