mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-22 20:42:41 +00: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