Stdafx: More cleanup

This commit is contained in:
Sacha
2014-07-11 06:54:12 +10:00
parent 3737993bb2
commit 8793d75811
11 changed files with 28 additions and 36 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
#pragma once
#include "BEType.h"
#include "Emu/System.h"
extern void SM_Sleep();
extern size_t SM_GetCurrentThreadId();
@@ -123,7 +124,7 @@ public:
default: return res;
}
if (wait) wait();
if (wait != nullptr) wait();
if (timeout && counter++ > timeout)
{