mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-11 08:57:56 -05:00
Merge pull request #8532 from liamwhite/fiber-supplements
common/fiber: make fibers easier to use
This commit is contained in:
@ -170,7 +170,6 @@ private:
|
||||
*/
|
||||
void UpdateLastContextSwitchTime(KThread* thread, KProcess* process);
|
||||
|
||||
static void OnSwitch(void* this_scheduler);
|
||||
void SwitchToCurrent();
|
||||
|
||||
KThread* prev_thread{};
|
||||
|
Reference in New Issue
Block a user