diff options
author | Zephyron <zephyron@citron-emu.org> | 2025-02-09 18:19:08 +1000 |
---|---|---|
committer | Zephyron <zephyron@citron-emu.org> | 2025-02-09 18:19:08 +1000 |
commit | dcf6f9a071baa3b3a245cf810ea26ab15e45b568 (patch) | |
tree | 99e49eb02c3654f4449e599b36ce33182913f74e /src/common/uuid.h | |
parent | b42a0fb227c15a706fd1a7e4fc8a4e18a93ded94 (diff) |
Revert "Replace yuzu identifiers with citron"
This reverts commit d4ad55ed21047747698618e97dfa727d454c3c96.
Diffstat (limited to 'src/common/uuid.h')
-rw-r--r-- | src/common/uuid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/uuid.h b/src/common/uuid.h index f58ceee49..042f00de9 100644 --- a/src/common/uuid.h +++ b/src/common/uuid.h @@ -82,7 +82,7 @@ struct UUID { */ static constexpr UUID MakeDefault() { return UUID{ - {'c', 'i', 't', 'r', ' ', 'D', 'e', 'f', 'a', 'u', 'l', 't', ' ', 'U', 'I', 'D'}, + {'y', 'u', 'z', 'u', ' ', 'D', 'e', 'f', 'a', 'u', 'l', 't', ' ', 'U', 'I', 'D'}, }; } |