mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-04-18 14:20:02 +00:00
Join the input thread without interrupting first
Otherwise we'll kill it before it finishes draining
This commit is contained in:
@@ -167,7 +167,6 @@ void PltUnlockMutex(PLT_MUTEX* mutex) {
|
||||
}
|
||||
|
||||
void PltJoinThread(PLT_THREAD* thread) {
|
||||
LC_ASSERT(thread->cancelled);
|
||||
#if defined(LC_WINDOWS)
|
||||
WaitForSingleObjectEx(thread->handle, INFINITE, FALSE);
|
||||
#elif defined(__vita__)
|
||||
|
||||
Reference in New Issue
Block a user