From cdc2b1b1d9235f1d969b5a6c6eff3df4398e1069 Mon Sep 17 00:00:00 2001 From: p989 Date: Fri, 8 May 2009 21:11:03 +0000 Subject: [PATCH] softrast is now default --- src/windows/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/windows/main.cpp b/src/windows/main.cpp index 8df56af37..96fc16312 100644 --- a/src/windows/main.cpp +++ b/src/windows/main.cpp @@ -1712,7 +1712,7 @@ int WINAPI WinMain (HINSTANCE hThisInstance, hKeyInputTimer = timeSetEvent (KeyInRepeatMSec, 0, KeyInputTimer, 0, TIME_PERIODIC); - cur3DCore = GetPrivateProfileInt("3D", "Renderer", GPU3D_OPENGL, IniName); + cur3DCore = GetPrivateProfileInt("3D", "Renderer", GPU3D_SWRAST, IniName); CommonSettings.HighResolutionInterpolateColor = GetPrivateProfileInt("3D", "HighResolutionInterpolateColor", 1, IniName); NDS_3D_ChangeCore(cur3DCore);