mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
macOS: Update VulkanLoader for MoltenVK 1.2.8-style framework finding
This commit is contained in:
parent
70394c14d5
commit
81846cd737
1 changed files with 1 additions and 0 deletions
|
@ -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__)
|
||||
|
|
Loading…
Add table
Reference in a new issue