Disable D3D9Ex until we can tune for it.

This commit is contained in:
Henrik Rydgard 2014-09-10 09:08:08 +02:00
parent 8ef326e531
commit 94ad48c32b

View File

@ -62,8 +62,7 @@ bool D3D9_Init(HWND hWnd, bool windowed, std::string *error_message) {
has9Ex = (g_pfnCreate9ex != NULL);
FreeLibrary(hD3D9);
// For some reason, can't quite get Ex to work right..
// has9Ex = false;
has9Ex = false;
if (has9Ex) {
HRESULT result = Direct3DCreate9Ex(D3D_SDK_VERSION, &d3dEx);