mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
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:
commit
1786a4ddb0
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue