mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-17 02:07:51 +00:00
Core/Common: Address Feedback.
This commit is contained in:
parent
7818e2ee11
commit
94a51e6b21
21 changed files with 58 additions and 58 deletions
|
@ -240,6 +240,10 @@ public:
|
|||
return switch_fiber;
|
||||
}
|
||||
|
||||
const std::shared_ptr<Common::Fiber>& ControlContext() const {
|
||||
return switch_fiber;
|
||||
}
|
||||
|
||||
private:
|
||||
friend class GlobalScheduler;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue