Remove a redundant check in the fifo.
This commit is contained in:
parent
08b27bb3b8
commit
7934df3879
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue