[Android] Decouple the emulation processes from the Main activity. Moved them into their own activity called EmulationActivity.

This commit is contained in:
Lioncash
2013-08-29 17:20:46 -04:00
parent 2de2e774fe
commit aeec249626
5 changed files with 173 additions and 143 deletions

View File

@ -32,8 +32,8 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity android:name="org.dolphinemu.dolphinemu.gamelist.GameListActivity" >
</activity>
<activity android:name="org.dolphinemu.dolphinemu.gamelist.GameListActivity" />
<activity android:name="org.dolphinemu.dolphinemu.EmulationActivity" />
<activity
android:name="org.dolphinemu.dolphinemu.settings.PrefsActivity"
android:label="@string/settings" >