mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-07-02 21:48:00 -05:00
Core/Common: Address Feedback.
This commit is contained in:
@ -240,6 +240,10 @@ public:
|
||||
return switch_fiber;
|
||||
}
|
||||
|
||||
const std::shared_ptr<Common::Fiber>& ControlContext() const {
|
||||
return switch_fiber;
|
||||
}
|
||||
|
||||
private:
|
||||
friend class GlobalScheduler;
|
||||
|
||||
|
Reference in New Issue
Block a user