mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-03 08:08:39 -04:00
PM: Fix remaining issues, now works properly again.
This commit is contained in:
parent
4d36697080
commit
f41b780c0a
8 changed files with 78 additions and 94 deletions
|
@ -53,7 +53,7 @@ IWaitable *MultiThreadedWaitableManager::get_waitable() {
|
|||
for (auto & waitable : this->waitables) {
|
||||
waitable->update_priority();
|
||||
}
|
||||
} else if (rc != 0xF601) {
|
||||
} else if (rc != 0xF601 && rc != 0xE401) {
|
||||
/* TODO: Panic. When can this happen? */
|
||||
} else {
|
||||
for (int i = 0; i < handle_index; i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue