mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-06-29 14:32:58 +02:00
libstrat: better thread exiting in waitable manager
This commit is contained in:
parent
82c67a62d6
commit
0fbc0e2f46
@ -161,7 +161,8 @@ class WaitableManager : public SessionManagerBase {
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
} else {
|
} else {
|
||||||
svcExitThread();
|
/* Return, this will cause thread to exit. */
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (w) {
|
if (w) {
|
||||||
|
Loading…
Reference in New Issue
Block a user