mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
libretro: restore requested vulkan api version to match VulkanLoader
This commit is contained in:
parent
c3209aa868
commit
1bea73a798
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ static const VkApplicationInfo *GetApplicationInfo(void) {
|
|||
app_info.applicationVersion = Version(PPSSPP_GIT_VERSION).ToInteger();
|
||||
app_info.pEngineName = "PPSSPP";
|
||||
app_info.engineVersion = 2;
|
||||
app_info.apiVersion = VK_API_VERSION_1_3;
|
||||
app_info.apiVersion = VK_API_VERSION_1_0;
|
||||
return &app_info;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue