Merge pull request #19079 from warmenhoven/warmenhoven/pr/ios-moltenvk

iOS: Update VulkanLoader for MoltenVK 1.2.8-style framework finding
This commit is contained in:
Henrik Rydgård 2024-04-20 23:03:42 +02:00 committed by GitHub
commit 1786a4ddb0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -282,6 +282,7 @@ static const char * const device_name_blacklist[] = {
static const char * const so_names[] = {
#if PPSSPP_PLATFORM(IOS)
"@executable_path/Frameworks/libMoltenVK.dylib",
"MoltenVK",
#elif PPSSPP_PLATFORM(MAC)
"@executable_path/../Frameworks/libMoltenVK.dylib",
#else