mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-21 14:41:39 +00:00
iOS: Update VulkanLoader for MoltenVK 1.2.8-style framework finding
This commit is contained in:
parent
7d46f5a0a8
commit
e50ca3808a
@ -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…
x
Reference in New Issue
Block a user