From a648e2db706ae6f0e6f5fe7ce0ce6b402db8f3c0 Mon Sep 17 00:00:00 2001 From: Gregory Hainaut Date: Sat, 28 May 2016 09:57:05 +0200 Subject: [PATCH] gsdx: switch to dx10/11 as default on Windows 1/ Detecting Dx level requires a DX context. 2/ Dx9 GPU market is 1-2% (I'm not even sure they can run latest windows 10) --- plugins/GSdx/GS.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/GSdx/GS.h b/plugins/GSdx/GS.h index cb3c47d74d..7d1e4ea83b 100644 --- a/plugins/GSdx/GS.h +++ b/plugins/GSdx/GS.h @@ -231,7 +231,7 @@ enum class GSRendererType : int8_t OGL_OpenCL = 17, #ifdef _WIN32 - Default = DX9_HW + Default = DX1011_HW #else // Use ogl renderer as default otherwise it crash at startup // GSRenderOGL only GSDeviceOGL (not GSDeviceNULL)