Don't use D3D9Ex

Don't use D3D9Ex
This commit is contained in:
Andy Vandijck 2025-06-30 19:09:27 +02:00
parent ce7aa3fae3
commit db8e2279a5
1 changed files with 2 additions and 0 deletions

View File

@ -2412,7 +2412,9 @@ void SDLDrawingPanel::DrawingPanelInit()
systemScreenMessage(_("Failed to set OpenGL properties"));
}
#ifdef _WIN32
SDL_SetHint(SDL_HINT_WINDOWS_USE_D3D9EX, false);
#endif
sdlwindow = SDL_CreateWindowWithProperties(props);