mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 01:48:15 -05:00
implement wait tree widget
This commit is contained in:
@ -40,6 +40,10 @@ void WaitObject::WakeupAllWaitingThreads() {
|
||||
HLE::Reschedule(__func__);
|
||||
}
|
||||
|
||||
const std::vector<SharedPtr<Thread>>& WaitObject::GetWaitingThreads() const {
|
||||
return waiting_threads;
|
||||
}
|
||||
|
||||
HandleTable::HandleTable() {
|
||||
next_generation = 1;
|
||||
Clear();
|
||||
|
Reference in New Issue
Block a user