From 29ada541d417a601bd14142f224f34dea719dedf Mon Sep 17 00:00:00 2001 From: shashclp Date: Mon, 26 Mar 2007 20:51:47 +0000 Subject: [PATCH] - 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 --- desmume/src/windows/main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/desmume/src/windows/main.c b/desmume/src/windows/main.c index a84cb47f7..ad8b71458 100644 --- a/desmume/src/windows/main.c +++ b/desmume/src/windows/main.c @@ -281,8 +281,7 @@ DWORD WINAPI run( LPVOID lpParameter) rotationbmi.bV4Width = 256; rotationbmi.bV4Height = -192; - //NDS_3D_SetDriver (GPU3D_OPENGL); - NDS_3D_SetDriver (GPU3D_NULL); + NDS_3D_SetDriver (GPU3D_OPENGL); if (!gpu3D->NDS_3D_Init ()) {