Skip to content

Commit

Permalink
Merge pull request #19118 from warmenhoven/warmenhoven/pr/mac-mvk
Browse files Browse the repository at this point in the history
macOS: Update VulkanLoader for MoltenVK 1.2.8-style framework finding
  • Loading branch information
hrydgard committed May 9, 2024
2 parents 6a493fc + 81846cd commit 9d9c4e5
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 @@ -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__)
Expand Down

0 comments on commit 9d9c4e5

Please sign in to comment.