mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-03 19:02:26 -07:00
implement wait tree widget
This commit is contained in:
@@ -665,4 +665,8 @@ void ThreadingShutdown() {
|
||||
ready_queue.clear();
|
||||
}
|
||||
|
||||
const std::vector<SharedPtr<Thread>>& GetThreadList() {
|
||||
return thread_list;
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
Reference in New Issue
Block a user