Skip to content

Commit

Permalink
iOS: Update VulkanLoader for MoltenVK 1.2.8-style framework finding
Browse files Browse the repository at this point in the history
  • Loading branch information
warmenhoven committed Apr 19, 2024
1 parent 7d46f5a commit e50ca38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Common/GPU/Vulkan/VulkanLoader.cpp
Original file line number Diff line number Diff line change
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 e50ca38

Please sign in to comment.