qt: Remove the Direct3D 9 renderer
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user