resolution switch somewhat functional

This commit is contained in:
Arisotura
2019-05-12 17:43:39 +02:00
parent f5ba35ca9f
commit 02b4919005
3 changed files with 85 additions and 41 deletions

View File

@ -1489,8 +1489,8 @@ void GPU2D::DrawBG_3D()
{
for (; i < iend; i++)
{
int is = i << 1;
int xs = xoff << 1;
int is = i << 2;
int xs = xoff << 2;
u32 c;
xoff++;
@ -1511,8 +1511,8 @@ void GPU2D::DrawBG_3D()
xs++;
}
is += 1021;
xs += 1021;
is += 1020;
xs += 1020;
}
}
}