- Reenabled the 3D core, that was disabled for no good reason. Please avoid doing so without commenting it on the commit message or informing other devs

This commit is contained in:
shashclp 2007-03-26 20:51:47 +00:00
parent 54b74b114c
commit 29ada541d4
1 changed files with 1 additions and 2 deletions

View File

@ -281,8 +281,7 @@ DWORD WINAPI run( LPVOID lpParameter)
rotationbmi.bV4Width = 256; rotationbmi.bV4Width = 256;
rotationbmi.bV4Height = -192; rotationbmi.bV4Height = -192;
//NDS_3D_SetDriver (GPU3D_OPENGL); NDS_3D_SetDriver (GPU3D_OPENGL);
NDS_3D_SetDriver (GPU3D_NULL);
if (!gpu3D->NDS_3D_Init ()) if (!gpu3D->NDS_3D_Init ())
{ {