Revert "Close semaphore handles."

This reverts commit 2426c2412f.
This commit is contained in:
Brandon Wright 2018-04-13 10:25:16 -05:00
parent 085e7c05f2
commit 60c6d3e802
1 changed files with 0 additions and 2 deletions

View File

@ -319,8 +319,6 @@ static void S9xAPUThreadDeinit(void)
S9xAPUThreadRun();
WaitForSingleObject(worker_thread, INFINITE);
CloseHandle(worker_thread);
CloseHandle(thread_running_semaphore);
CloseHandle(thread_waiting_semaphore);
}
#else