- 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:
parent
54b74b114c
commit
29ada541d4
|
@ -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 ())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue