From fad6fa759f7263b486786a287e8f4c623e9218cb Mon Sep 17 00:00:00 2001 From: zeromus Date: Wed, 31 Mar 2010 21:49:56 +0000 Subject: [PATCH] default to soft rasterizer --- desmume/src/windows/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desmume/src/windows/main.cpp b/desmume/src/windows/main.cpp index 613f2cb24..eb2f00b22 100644 --- a/desmume/src/windows/main.cpp +++ b/desmume/src/windows/main.cpp @@ -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()