qt: Remove the Direct3D 9 renderer
This commit is contained in:
@@ -52,10 +52,8 @@ plat_vidapi(char *api)
|
||||
return 3;
|
||||
} else if (!strcasecmp(api, "qt_vulkan")) {
|
||||
return 4;
|
||||
} else if (!strcasecmp(api, "qt_d3d9")) {
|
||||
return 5;
|
||||
} else if (!strcasecmp(api, "vnc")) {
|
||||
return 6;
|
||||
return 5;
|
||||
}
|
||||
|
||||
return 0;
|
||||
@@ -83,9 +81,6 @@ plat_vidapi_name(int api)
|
||||
name = "qt_vulkan";
|
||||
break;
|
||||
case 5:
|
||||
name = "qt_d3d9";
|
||||
break;
|
||||
case 6:
|
||||
name = "vnc";
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user