continue instead of sleep (please review)

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1051 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee 2008-11-02 17:23:26 +00:00
parent 5ae0c91def
commit a1454f4f05

View File

@ -113,7 +113,8 @@ void Fifo_EnterLoop(const SVideoInitialize &video_initialize)
#if defined(THREAD_VIDEO_WAKEUP_ONIDLE) && defined(_WIN32)
continue;
#else
Common::SleepCurrentThread(1);
//Common::SleepCurrentThread(1);
continue;
#endif
//etc...