Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove a redundant check in the fifo.
  • Loading branch information
Sonicadvance1 committed Aug 17, 2013
1 parent 08b27bb commit 7934df3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Source/Core/VideoCommon/Src/Fifo.cpp
Expand Up @@ -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;

Expand Down

0 comments on commit 7934df3

Please sign in to comment.