Revert "Replace yuzu identifiers with citron"

This reverts commit d4ad55ed21.
This commit is contained in:
Zephyron 2025-02-09 18:19:08 +10:00
parent b42a0fb227
commit dcf6f9a071
No known key found for this signature in database
5 changed files with 5 additions and 5 deletions

View file

@ -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'},
};
}