Small round of patches for various issues.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5830 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
ramapcsx2.code
2014-01-25 14:25:48 +00:00
parent 18b345fab9
commit b99aa05cbf
4 changed files with 9 additions and 2 deletions
+1
View File
@@ -129,6 +129,7 @@ void GSThread::CloseThread()
{
if(WaitForSingleObject(m_hThread, 5000) != WAIT_OBJECT_0)
{
printf("GSdx: WARNING: GSThread Thread did not close itself in time. Assuming hung. Terminating.\n");
TerminateThread(m_hThread, 1);
}