mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-26 04:36:56 +00:00
(Android) Remove unnecessary icons for native activity
This commit is contained in:
parent
7a3e29539a
commit
99bb0734c8
Binary file not shown.
Before Width: | Height: | Size: 2.5 KiB |
Binary file not shown.
Before Width: | Height: | Size: 938 B |
Binary file not shown.
Before Width: | Height: | Size: 1.7 KiB |
Binary file not shown.
Before Width: | Height: | Size: 3.1 KiB |
@ -74,16 +74,6 @@ public class phoenix extends Activity
|
||||
Intent myIntent = new Intent(this, NativeActivity.class);
|
||||
myIntent.putExtra("ROM", data.getStringExtra("PATH"));
|
||||
startActivity(myIntent);
|
||||
/*
|
||||
rruntime.settings_set_defaults();
|
||||
rruntime.load_game(data.getStringExtra("PATH"), 0);
|
||||
|
||||
Uri video = Uri.parse("android.resource://" + getPackageName() + "/"
|
||||
+ R.raw.retroarch);
|
||||
|
||||
rruntime.startup(video.toString());
|
||||
while(rruntime.run_frame());
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user