macOS: Update VulkanLoader for MoltenVK 1.2.8-style framework finding

This commit is contained in:
Eric Warmenhoven 2024-05-08 12:21:47 -04:00
parent 70394c14d5
commit 81846cd737

View file

@ -285,6 +285,7 @@ static const char * const so_names[] = {
"MoltenVK",
#elif PPSSPP_PLATFORM(MAC)
"@executable_path/../Frameworks/libMoltenVK.dylib",
"MoltenVK",
#else
"libvulkan.so",
#if !defined(__ANDROID__)