Revert "Replace yuzu identifiers with citron"
This reverts commit d4ad55ed21.
This commit is contained in:
parent
b42a0fb227
commit
dcf6f9a071
5 changed files with 5 additions and 5 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Reference in a new issue