mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 13:18:50 +00:00
[Android] Decouple the emulation processes from the Main activity. Moved them into their own activity called EmulationActivity.
This commit is contained in:
parent
2de2e774fe
commit
aeec249626
5 changed files with 173 additions and 143 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<merge xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
|
@ -11,4 +11,4 @@
|
|||
android:focusable="false"
|
||||
android:focusableInTouchMode="false"/>
|
||||
|
||||
</RelativeLayout>
|
||||
</merge>
|
Loading…
Add table
Add a link
Reference in a new issue