mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-23 18:40:15 +00:00
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:
parent
5ae0c91def
commit
a1454f4f05
@ -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...
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user