kernel: clone fpu status on CreateThread
This commit is contained in:
parent
4bdcafda58
commit
1484a6536d
3 changed files with 28 additions and 1 deletions
src/core/hle/kernel
|
@ -254,6 +254,8 @@ public:
|
|||
thread_context_32.tpidr = static_cast<u32>(value);
|
||||
}
|
||||
|
||||
void CloneFpuStatus();
|
||||
|
||||
[[nodiscard]] ThreadContext32& GetContext32() {
|
||||
return thread_context_32;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue