diff options
author | Zephyron <zephyron@citron-emu.org> | 2025-02-09 18:19:08 +1000 |
---|---|---|
committer | Zephyron <zephyron@citron-emu.org> | 2025-02-09 18:19:08 +1000 |
commit | dcf6f9a071baa3b3a245cf810ea26ab15e45b568 (patch) | |
tree | 99e49eb02c3654f4449e599b36ce33182913f74e /src/core/hle/kernel | |
parent | b42a0fb227c15a706fd1a7e4fc8a4e18a93ded94 (diff) |
Revert "Replace yuzu identifiers with citron"
This reverts commit d4ad55ed21047747698618e97dfa727d454c3c96.
Diffstat (limited to 'src/core/hle/kernel')
-rw-r--r-- | src/core/hle/kernel/k_thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/kernel/k_thread.h b/src/core/hle/kernel/k_thread.h index 3bb1dd8f1..e928cfebc 100644 --- a/src/core/hle/kernel/k_thread.h +++ b/src/core/hle/kernel/k_thread.h @@ -656,7 +656,7 @@ public: void* native_context{}; std::atomic<u32> lock{1}; bool is_running{}; - u32 magic{Common::MakeMagic('C', 'I', 'T', 'R')}; + u32 magic{Common::MakeMagic('Y', 'U', 'Z', 'U')}; }; NativeExecutionParameters& GetNativeExecutionParameters() { |