softrast is now default
This commit is contained in:
parent
745c47fe6e
commit
cdc2b1b1d9
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue