diff options
Diffstat (limited to '')
-rw-r--r-- | src/common/new_uuid.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/new_uuid.h b/src/common/new_uuid.h index bd4468ad2..44665ad5a 100644 --- a/src/common/new_uuid.h +++ b/src/common/new_uuid.h @@ -83,6 +83,9 @@ struct NewUUID { */ size_t Hash() const noexcept; + /// DO NOT USE. Copies the contents of the UUID into a u128. + u128 AsU128() const; + /** * Creates a default UUID "yuzu Default UID". * |