hrydgard / ppsspp

A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the forums at forums.ppsspp.org.
https://www.ppsspp.org
Other
11.09k stars 2.16k forks source link

Vulkan loader: Make extension loading take into account that the instance and device API versions can be different #19487

Closed hrydgard closed 4 days ago

hrydgard commented 4 days ago

This problem caused some issues with extension loading on devices like the Poco F4, where the Vulkan instance API version is 1.3, while the device API version is 1.1.

With this, or previous changes, #18818 appears to be fixed, so this re-enables MSAA on modern Adreno.