mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 07:13:35 +00:00
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…
x
Reference in New Issue
Block a user