Load roms from external app - #3
This commit is contained in:
parent
6deb38c07d
commit
8b0124ba2a
|
@ -93,9 +93,7 @@ public class MainMenuActivity extends PreferenceActivity {
|
|||
if (null==savedInstanceState || !savedInstanceState.getBoolean("romexec"))
|
||||
loadRomExternal(startedByIntent.getStringExtra("ROM"),
|
||||
startedByIntent.getStringExtra("LIBRETRO"));
|
||||
else
|
||||
super.onBackPressed();
|
||||
// return;
|
||||
else finish();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue