mirror of
https://github.com/izzy2lost/WeeU.git
synced 2026-07-06 00:19:59 -07:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ab53e98288 |
@@ -1,5 +1,6 @@
|
|||||||
package info.cemu.Cemu.emulation;
|
package info.cemu.Cemu.emulation;
|
||||||
|
|
||||||
|
import android.content.DialogInterface;
|
||||||
import android.content.Intent;
|
import android.content.Intent;
|
||||||
import android.net.Uri;
|
import android.net.Uri;
|
||||||
import android.os.Bundle;
|
import android.os.Bundle;
|
||||||
@@ -52,8 +53,7 @@ public class EmulationActivity extends AppCompatActivity implements Observer<Emu
|
|||||||
String launchPath = null;
|
String launchPath = null;
|
||||||
if (extras != null) {
|
if (extras != null) {
|
||||||
launchPath = extras.getString(LAUNCH_PATH);
|
launchPath = extras.getString(LAUNCH_PATH);
|
||||||
}
|
} else if (data != null) {
|
||||||
if (launchPath == null && data != null) {
|
|
||||||
launchPath = data.toString();
|
launchPath = data.toString();
|
||||||
}
|
}
|
||||||
if (launchPath == null) {
|
if (launchPath == null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user