mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 17:10:12 +00:00
Fixes
This commit is contained in:
parent
56674fb7f0
commit
fe84dbb121
@ -41,7 +41,6 @@ public class MainMenuActivity extends PreferenceActivity {
|
||||
&& null != startedByIntent.getStringExtra("LIBRETRO")) {
|
||||
loadRomExternal(startedByIntent.getStringExtra("ROM"),
|
||||
startedByIntent.getStringExtra("LIBRETRO"));
|
||||
return;
|
||||
}
|
||||
instance = this;
|
||||
addPreferencesFromResource(R.xml.prefs);
|
||||
|
Loading…
Reference in New Issue
Block a user