diff options
Diffstat (limited to 'src/GPU.cpp')
-rw-r--r-- | src/GPU.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GPU.cpp b/src/GPU.cpp index e6b24e0..3ae1d4d 100644 --- a/src/GPU.cpp +++ b/src/GPU.cpp @@ -144,8 +144,8 @@ u8 VRAMFlat_TexPal[128*1024]; bool Init() { - GPU2D_A = new GPU2D(0); - GPU2D_B = new GPU2D(1); + GPU2D_A = new GPU2DSoft(0); + GPU2D_B = new GPU2DSoft(1); if (!GPU3D::Init()) return false; FrontBuffer = 0; |