mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-05 09:25:05 +01:00
Load custom drivers from app private data dir
Required since /sdcard doesn't have exec perm support
This commit is contained in:
parent
dcef597345
commit
8e021a9f1f
@ -337,7 +337,7 @@ namespace skyline::gpu {
|
||||
ADRENOTOOLS_DRIVER_CUSTOM,
|
||||
nullptr, // We require Android 10 so don't need to supply
|
||||
state.os->nativeLibraryPath.c_str(),
|
||||
(state.os->publicAppFilesPath + "gpu/turnip/").c_str(),
|
||||
(state.os->privateAppFilesPath + "gpu/turnip/").c_str(),
|
||||
"libvulkan_freedreno.so",
|
||||
nullptr
|
||||
)};
|
||||
|
Loading…
Reference in New Issue
Block a user