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:
parent
c2283ad6c0
commit
d59b1e5e7a
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue