mirror of https://github.com/PCSX2/pcsx2.git
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)
This commit is contained in:
parent
c61e09e36a
commit
a648e2db70
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue