mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-24 06:57:53 -05:00
Kernel: Correct Host Context on Threads and Scheduler.
This commit is contained in:
@ -342,7 +342,7 @@ public:
|
||||
was_running = value;
|
||||
}
|
||||
|
||||
std::shared_ptr<Common::Fiber> GetHostContext() const;
|
||||
std::shared_ptr<Common::Fiber>& GetHostContext();
|
||||
|
||||
ThreadStatus GetStatus() const {
|
||||
return status;
|
||||
|
Reference in New Issue
Block a user