We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab47c3c + 1bea73a commit fd36a79Copy full SHA for fd36a79
libretro/LibretroVulkanContext.cpp
@@ -83,7 +83,7 @@ static const VkApplicationInfo *GetApplicationInfo(void) {
83
app_info.applicationVersion = Version(PPSSPP_GIT_VERSION).ToInteger();
84
app_info.pEngineName = "PPSSPP";
85
app_info.engineVersion = 2;
86
- app_info.apiVersion = VK_API_VERSION_1_3;
+ app_info.apiVersion = VK_API_VERSION_1_0;
87
return &app_info;
88
}
89
0 commit comments