mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Minor cleanup
This commit is contained in:
parent
0d6be3a476
commit
14d17419b1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue