mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-07-02 21:48:00 -05:00
Kernel: Correct Host Context on Threads and Scheduler.
This commit is contained in:
@ -236,7 +236,7 @@ public:
|
||||
|
||||
void OnThreadStart();
|
||||
|
||||
std::shared_ptr<Common::Fiber> ControlContext() {
|
||||
std::shared_ptr<Common::Fiber>& ControlContext() {
|
||||
return switch_fiber;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user