mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-07-19 20:32:24 -07:00
hle: kernel: KScheduler: Introduce thread context_guard.
This commit is contained in:
@@ -712,6 +712,7 @@ private:
|
||||
s8 priority_inheritance_count{};
|
||||
bool resource_limit_release_hint{};
|
||||
StackParameters stack_parameters{};
|
||||
Common::SpinLock context_guard{};
|
||||
|
||||
// For emulation
|
||||
std::shared_ptr<Common::Fiber> host_context{};
|
||||
|
Reference in New Issue
Block a user