diff options
Diffstat (limited to 'src/GPU2D.cpp')
-rw-r--r-- | src/GPU2D.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GPU2D.cpp b/src/GPU2D.cpp index c51b252..8823d1b 100644 --- a/src/GPU2D.cpp +++ b/src/GPU2D.cpp @@ -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)) { |