default to soft rasterizer

This commit is contained in:
zeromus 2010-03-31 21:49:56 +00:00
parent 65ab7e85c5
commit fad6fa759f
1 changed files with 1 additions and 1 deletions

View File

@ -2279,7 +2279,7 @@ static void RefreshMicSettings()
}
#define GPU3D_NULL_SAVED -1
#define GPU3D_DEFAULT GPU3D_OPENGL
#define GPU3D_DEFAULT GPU3D_SWRAST
DWORD wmTimerRes;
int _main()