mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-06-29 14:32:58 +02:00
PM: Fix remaining issues, now works properly again.
This commit is contained in:
parent
eb02ff5d5f
commit
51edf0fde9
@ -53,7 +53,7 @@ IWaitable *MultiThreadedWaitableManager::get_waitable() {
|
|||||||
for (auto & waitable : this->waitables) {
|
for (auto & waitable : this->waitables) {
|
||||||
waitable->update_priority();
|
waitable->update_priority();
|
||||||
}
|
}
|
||||||
} else if (rc != 0xF601) {
|
} else if (rc != 0xF601 && rc != 0xE401) {
|
||||||
/* TODO: Panic. When can this happen? */
|
/* TODO: Panic. When can this happen? */
|
||||||
} else {
|
} else {
|
||||||
for (int i = 0; i < handle_index; i++) {
|
for (int i = 0; i < handle_index; i++) {
|
||||||
|
Loading…
Reference in New Issue
Block a user