mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-22 22:01:06 -06:00
this is the same thing, but, for the sake of consistency
This commit is contained in:
@ -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))
|
||||
{
|
||||
|
Reference in New Issue
Block a user