diff options
| author | memberTwo.mb2 <memberTwo.mb2@gmail.com> | 2008-11-03 09:01:14 +0000 |
|---|---|---|
| committer | memberTwo.mb2 <memberTwo.mb2@gmail.com> | 2008-11-03 09:01:14 +0000 |
| commit | 5e261fbec369d28326b7ec7f0d557ab40b9e3fd8 (patch) | |
| tree | a90b47ea861178f5f9a0aa8517b8c0bc629ca89a /Source/Core/VideoCommon/Src/Fifo.cpp | |
| parent | d62d517c7234dbc2597391c68b7dfed128ce40c3 (diff) | |
GP fifo reset fix (ZWW reset in DC at least). revert r1051 for ppl who don't own quadcore :p
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1057 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon/Src/Fifo.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/Src/Fifo.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/Core/VideoCommon/Src/Fifo.cpp b/Source/Core/VideoCommon/Src/Fifo.cpp index feeefad2d6..3ba946b273 100644 --- a/Source/Core/VideoCommon/Src/Fifo.cpp +++ b/Source/Core/VideoCommon/Src/Fifo.cpp @@ -113,8 +113,7 @@ void Fifo_EnterLoop(const SVideoInitialize &video_initialize) #if defined(THREAD_VIDEO_WAKEUP_ONIDLE) && defined(_WIN32)
continue;
#else
- //Common::SleepCurrentThread(1);
- continue;
+ Common::SleepCurrentThread(1);
#endif
//etc...
|
