mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-07-04 06:10:47 -07: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