mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-21 13:27:52 -05:00
Kernel Scheduler: Make sure the global scheduler shutdowns correctly.
This commit is contained in:
committed by
FernandoS27
parent
b3c1deba49
commit
25f8606a6d
@ -84,6 +84,8 @@ public:
|
||||
return core_index;
|
||||
}
|
||||
|
||||
void Shutdown();
|
||||
|
||||
static std::unique_ptr<ExclusiveMonitor> MakeExclusiveMonitor(std::size_t num_cores);
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user