diff --git a/src/gb/GB.cpp b/src/gb/GB.cpp index 67cb1615..e8c301a1 100644 --- a/src/gb/GB.cpp +++ b/src/gb/GB.cpp @@ -4827,11 +4827,13 @@ void gbEmulate(int ticksToStop) wx = 0; if((wx <= 159) && (tempgbWindowLine <= 143)) + { for (int i = wx; i<300; i++) if (gbSpeed) gbSpritesTicks[i]+=3; else gbSpritesTicks[i]+=1; + } } } }