mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-07 17:46:41 +00:00
Disable D3D9Ex until we can tune for it.
This commit is contained in:
parent
8ef326e531
commit
94ad48c32b
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user