mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-18 21:37:58 -05:00
implement wait tree widget
This commit is contained in:
@ -236,4 +236,9 @@ void ThreadingInit();
|
||||
*/
|
||||
void ThreadingShutdown();
|
||||
|
||||
/**
|
||||
* Get a const reference to the thread list for debug use
|
||||
*/
|
||||
const std::vector<SharedPtr<Thread>>& GetThreadList();
|
||||
|
||||
} // namespace
|
||||
|
Reference in New Issue
Block a user