mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 09:40:06 +00:00
Android: fix crash on latest nightlies (non-Play Store)
This commit is contained in:
parent
130617a327
commit
43b1bbed46
@ -545,6 +545,8 @@ public class RetroActivityCommon extends NativeActivity
|
||||
* are installed to.
|
||||
*/
|
||||
private void updateSymlinks() {
|
||||
if(!isPlayStoreBuild()) return;
|
||||
|
||||
traverseFilesystem(getFilesDir());
|
||||
traverseFilesystem(new File(getApplicationInfo().nativeLibraryDir));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user