this is the same thing, but, for the sake of consistency

This commit is contained in:
Arisotura
2019-06-08 12:39:52 +02:00
parent 6b09953b25
commit bc53ff35a9
2 changed files with 2 additions and 2 deletions

View File

@ -882,7 +882,7 @@ void GPU2D::VBlankEnd()
OBJMosaicY = 0;
OBJMosaicYMax = OBJMosaicSize[1];
if (GPU3D::Renderer != 0)
if (Accelerated)
{
if ((Num == 0) && (CaptureCnt & (1<<31)) && (((CaptureCnt >> 29) & 0x3) != 1))
{