summaryrefslogtreecommitdiffstats
path: root/src/common/new_uuid.h
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2022-02-05 17:41:39 +0100
committerMorph <39850852+Morph1984@users.noreply.github.com>2022-02-05 19:56:21 +0100
commitd94dcaefa020dcfc89d655dcf5aa8dad998e0bf2 (patch)
tree38bf667bdcb89d9fa11bc80af39a79381b2480e3 /src/common/new_uuid.h
parenthle: ipc_helpers: Ignore -Wclass-memaccess (diff)
downloadyuzu-d94dcaefa020dcfc89d655dcf5aa8dad998e0bf2.tar
yuzu-d94dcaefa020dcfc89d655dcf5aa8dad998e0bf2.tar.gz
yuzu-d94dcaefa020dcfc89d655dcf5aa8dad998e0bf2.tar.bz2
yuzu-d94dcaefa020dcfc89d655dcf5aa8dad998e0bf2.tar.lz
yuzu-d94dcaefa020dcfc89d655dcf5aa8dad998e0bf2.tar.xz
yuzu-d94dcaefa020dcfc89d655dcf5aa8dad998e0bf2.tar.zst
yuzu-d94dcaefa020dcfc89d655dcf5aa8dad998e0bf2.zip
Diffstat (limited to '')
-rw-r--r--src/common/new_uuid.h3
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".
*