mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-23 16:19:44 +00:00
Minor cleanup
This commit is contained in:
parent
0d6be3a476
commit
14d17419b1
@ -300,7 +300,7 @@ public abstract class NativeActivity extends Activity implements SurfaceHolder.C
|
||||
String dataDir = null;
|
||||
if (filesDir != null) {
|
||||
// Null has been seen in Google Play stacktraces
|
||||
dataDir = this.getFilesDir().getAbsolutePath();
|
||||
dataDir = filesDir.getAbsolutePath();
|
||||
}
|
||||
String apkFilePath = appInfo.sourceDir;
|
||||
String cacheDir = getCacheDir().getAbsolutePath();
|
||||
|
Loading…
Reference in New Issue
Block a user