qt: Remove the Direct3D 9 renderer

This commit is contained in:
Alexander Babikov
2024-02-13 18:40:07 +05:00
parent c7563f802c
commit 5acec5dfa4
11 changed files with 18 additions and 389 deletions

View File

@@ -342,7 +342,7 @@ main(int argc, char *argv[])
/* Set the PAUSE mode depending on the renderer. */
#ifdef USE_VNC
if (vnc_enabled && vid_api != 6)
if (vnc_enabled && vid_api != 5)
plat_pause(1);
else
#endif