From dcf6f9a071baa3b3a245cf810ea26ab15e45b568 Mon Sep 17 00:00:00 2001 From: Zephyron Date: Sun, 9 Feb 2025 18:19:08 +1000 Subject: Revert "Replace yuzu identifiers with citron" This reverts commit d4ad55ed21047747698618e97dfa727d454c3c96. --- src/common/uuid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/uuid.h') 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'}, }; } -- cgit v1.2.3