Skip to content

Commit

Permalink
Merge pull request #19079 from warmenhoven/warmenhoven/pr/ios-moltenvk
Browse files Browse the repository at this point in the history
iOS: Update VulkanLoader for MoltenVK 1.2.8-style framework finding
  • Loading branch information
hrydgard committed Apr 20, 2024
2 parents 85a3631 + e50ca38 commit 1786a4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Common/GPU/Vulkan/VulkanLoader.cpp
Expand Up @@ -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
Expand Down

0 comments on commit 1786a4d

Please sign in to comment.