|
|
|
@ -12,7 +12,7 @@
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
|
|
|
|
|
<!-- This is the onscreen input overlay -->
|
|
|
|
|
<!-- This is what everything is rendered to during emulation -->
|
|
|
|
|
<SurfaceView
|
|
|
|
|
android:id="@+id/surface_emulation"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
@ -33,6 +33,7 @@
|
|
|
|
|
android:textColor="@android:color/white"
|
|
|
|
|
android:textSize="12sp" />
|
|
|
|
|
|
|
|
|
|
<!-- This is the onscreen input overlay -->
|
|
|
|
|
<org.yuzu.yuzu_emu.overlay.InputOverlay
|
|
|
|
|
android:id="@+id/surface_input_overlay"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
@ -40,7 +41,6 @@
|
|
|
|
|
android:focusable="true"
|
|
|
|
|
android:focusableInTouchMode="true" />
|
|
|
|
|
|
|
|
|
|
<!-- This is what everything is rendered to during emulation -->
|
|
|
|
|
<Button
|
|
|
|
|
style="@style/Widget.Material3.Button.ElevatedButton"
|
|
|
|
|
android:id="@+id/done_control_config"
|
|
|
|
|