softrast is now default

This commit is contained in:
p989 2009-05-08 21:11:03 +00:00
parent 745c47fe6e
commit cdc2b1b1d9
1 changed files with 1 additions and 1 deletions

View File

@ -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);