1 Commits
Author SHA1 Message Date
SSimco ab53e98288 Fixed conversion from native paths 2024-09-22 07:18:29 +03:00
@@ -1,5 +1,6 @@
package info.cemu.Cemu.emulation;
import android.content.DialogInterface;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
@@ -52,8 +53,7 @@ public class EmulationActivity extends AppCompatActivity implements Observer<Emu
String launchPath = null;
if (extras != null) {
launchPath = extras.getString(LAUNCH_PATH);
}
if (launchPath == null && data != null) {
} else if (data != null) {
launchPath = data.toString();
}
if (launchPath == null) {