CP: Replace a couple spin-waits with event signals.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3828 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Nolan Check
2009-07-18 06:16:24 +00:00
parent 3ad9b0a466
commit ccfc004161
5 changed files with 19 additions and 6 deletions

View File

@ -191,6 +191,7 @@ void Fifo_EnterLoop(const SVideoInitialize &video_initialize)
}
Common::AtomicStore(_fifo.CPReadIdle, 1);
video_initialize.pSetFifoIdle();
}
else
{