mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-06-29 22:42:40 +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;
|
||||
} else {
|
||||
svcExitThread();
|
||||
/* Return, this will cause thread to exit. */
|
||||
return;
|
||||
}
|
||||
}
|
||||
if (w) {
|
||||
|
Loading…
Reference in New Issue
Block a user