rename the class as well

this is getting emberassing
This commit is contained in:
RSDuck
2020-12-07 18:45:50 +01:00
parent 23b1a231cb
commit d2cfd71c32
3 changed files with 37 additions and 37 deletions

View File

@ -144,8 +144,8 @@ u8 VRAMFlat_TexPal[128*1024];
bool Init()
{
GPU2D_A = new GPU2DSoft(0);
GPU2D_B = new GPU2DSoft(1);
GPU2D_A = new GPU2D_Soft(0);
GPU2D_B = new GPU2D_Soft(1);
if (!GPU3D::Init()) return false;
FrontBuffer = 0;