(Android) Remove unnecessary icons for native activity

This commit is contained in:
twinaphex 2012-10-16 02:20:53 +02:00
parent 7a3e29539a
commit 99bb0734c8
5 changed files with 0 additions and 10 deletions

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

View File

@ -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());
*/
}
}