Change the typo

This commit is contained in:
Halo-Michael 2020-12-08 14:42:07 +08:00
parent a40674d770
commit 0652d2b52f

View File

@ -239,7 +239,7 @@ static const char *so_names[] = {
#ifdef IOS
"@executable_path/Frameworks/libMoltenVK.dylib",
#elif defined(PPSSPP_PLATFORM_MAC)
"@executable_path/../Frameworks/libMoltenVK.dylib",
"@executable_path/../Frameworks/libMoltenVK.dylib",
#else
"libvulkan.so",
#if !defined(__ANDROID__)