We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3209aa commit 1bea73aCopy full SHA for 1bea73a
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