mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-05 00:42:48 +00:00
Merge remote-tracking branch 'upstream/main'
This commit is contained in:
commit
d4b82e4775
@ -165,8 +165,7 @@ public:
|
|||||||
while (it != wait_list.end() && (*it)->priority > waiter->priority) {
|
while (it != wait_list.end() && (*it)->priority > waiter->priority) {
|
||||||
++it;
|
++it;
|
||||||
}
|
}
|
||||||
wait_list.insert(it, waiter);
|
return wait_list.insert(it, waiter);
|
||||||
return it;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
WaitList wait_list;
|
WaitList wait_list;
|
||||||
|
Loading…
Reference in New Issue
Block a user