mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-26 23:10:38 +00: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
@ -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…
Reference in New Issue
Block a user