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

@ -25,7 +25,7 @@
namespace VideoCommon {
constexpr std::array<char, 8> MAGIC_NUMBER{'c', 'i', 't', 'r', 'c', 'a', 'c', 'h'};
constexpr std::array<char, 8> MAGIC_NUMBER{'y', 'u', 'z', 'u', 'c', 'a', 'c', 'h'};
constexpr size_t INST_SIZE = sizeof(u64);