diff options
author | Liam <byteslice@airmail.cc> | 2023-03-08 01:18:06 +0100 |
---|---|---|
committer | Liam <byteslice@airmail.cc> | 2023-03-08 01:18:06 +0100 |
commit | 484641003cf727def0101f35c83d1ef135b93f54 (patch) | |
tree | 9ff9459c8daaf16bfdcaa5c189a7c0cbae24336f /src/core/hle/kernel/k_thread.h | |
parent | Merge pull request #9889 from Morph1984/time-is-ticking (diff) | |
download | yuzu-484641003cf727def0101f35c83d1ef135b93f54.tar yuzu-484641003cf727def0101f35c83d1ef135b93f54.tar.gz yuzu-484641003cf727def0101f35c83d1ef135b93f54.tar.bz2 yuzu-484641003cf727def0101f35c83d1ef135b93f54.tar.lz yuzu-484641003cf727def0101f35c83d1ef135b93f54.tar.xz yuzu-484641003cf727def0101f35c83d1ef135b93f54.tar.zst yuzu-484641003cf727def0101f35c83d1ef135b93f54.zip |
Diffstat (limited to 'src/core/hle/kernel/k_thread.h')
-rw-r--r-- | src/core/hle/kernel/k_thread.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/kernel/k_thread.h b/src/core/hle/kernel/k_thread.h index bd125f5f1..9423f08ca 100644 --- a/src/core/hle/kernel/k_thread.h +++ b/src/core/hle/kernel/k_thread.h @@ -254,6 +254,8 @@ public: thread_context_32.tpidr = static_cast<u32>(value); } + void CloneFpuStatus(); + [[nodiscard]] ThreadContext32& GetContext32() { return thread_context_32; } |