From d4ad55ed21047747698618e97dfa727d454c3c96 Mon Sep 17 00:00:00 2001 From: Zephyron Date: Sun, 9 Feb 2025 12:07:50 +1000 Subject: Replace yuzu identifiers with citron Update magic numbers and default identifiers across codebase: - UUID default value - Thread magic number - Amiibo name - Vulkan cache magic number - Shader cache magic number --- 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 042f00de9..f58ceee49 100644 --- a/src/common/uuid.h +++ b/src/common/uuid.h @@ -82,7 +82,7 @@ struct UUID { */ static constexpr UUID MakeDefault() { return UUID{ - {'y', 'u', 'z', 'u', ' ', 'D', 'e', 'f', 'a', 'u', 'l', 't', ' ', 'U', 'I', 'D'}, + {'c', 'i', 't', 'r', ' ', 'D', 'e', 'f', 'a', 'u', 'l', 't', ' ', 'U', 'I', 'D'}, }; } -- cgit v1.2.3