Ops! Little fix for my prior commit.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6665 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Marcos Vitali 2010-12-27 03:46:17 +00:00
parent c2283ad6c0
commit d59b1e5e7a
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ void Fifo_EnterLoop(const SVideoInitialize &video_initialize)
CommandProcessor::SetStatus(); CommandProcessor::SetStatus();
while (!CommandProcessor::interruptWaiting && _fifo.bFF_GPReadEnable && while (!CommandProcessor::interruptWaiting && _fifo.bFF_GPReadEnable &&
(_fifo.CPReadWriteDistance && !AtBreakpoint() || CommandProcessor::OnOverflow)) _fifo.CPReadWriteDistance && (!AtBreakpoint() || CommandProcessor::OnOverflow))
{ {
// while the FIFO is processing data we activate this for sync with emulator thread. // while the FIFO is processing data we activate this for sync with emulator thread.