diff options
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() { |