Android: Decouple SurfaceView initialization and emulation start.

This commit is contained in:
Eder Bastos
2015-05-24 12:04:32 -04:00
parent ad9dae30a8
commit 4faff3cf62
3 changed files with 127 additions and 8 deletions

View File

@ -5,7 +5,7 @@
tools:context="org.dolphinemu.dolphinemu.fragments.EmulationFragment">
<!-- This is what everything is rendered to during emulation -->
<org.dolphinemu.dolphinemu.emulation.NativeGLSurfaceView
<SurfaceView
android:id="@+id/surface_emulation"
android:layout_height="match_parent"
android:layout_width="match_parent"