Remove a redundant check in the fifo.

This commit is contained in:
Ryan Houdek 2013-08-17 01:27:08 +00:00
parent 08b27bb3b8
commit 7934df3879

View File

@ -151,9 +151,6 @@ void RunGpuLoop()
// check if we are able to run this buffer
while (GpuRunningState && !CommandProcessor::interruptWaiting && fifo.bFF_GPReadEnable && fifo.CPReadWriteDistance && !AtBreakpoint())
{
if (!GpuRunningState)
break;
fifo.isGpuReadingData = true;
CommandProcessor::isPossibleWaitingSetDrawDone = fifo.bFF_GPLinkEnable ? true : false;