mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-11 00:56:37 +00:00
Fix loader
This commit is contained in:
parent
277b00dfa0
commit
a40674d770
@ -236,8 +236,10 @@ static const char *device_name_blacklist[] = {
|
||||
};
|
||||
|
||||
static const char *so_names[] = {
|
||||
#if defined(__APPLE__)
|
||||
"@rpath/libMoltenVK.dylib",
|
||||
#ifdef IOS
|
||||
"@executable_path/Frameworks/libMoltenVK.dylib",
|
||||
#elif defined(PPSSPP_PLATFORM_MAC)
|
||||
"@executable_path/../Frameworks/libMoltenVK.dylib",
|
||||
#else
|
||||
"libvulkan.so",
|
||||
#if !defined(__ANDROID__)
|
||||
|
Loading…
x
Reference in New Issue
Block a user