mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-22 22:01:06 -06:00
rename the class as well
this is getting emberassing
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user