diff options
-rw-r--r-- | src/android/app/src/main/res/layout/fragment_emulation.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/android/app/src/main/res/layout/fragment_emulation.xml b/src/android/app/src/main/res/layout/fragment_emulation.xml index be11f028f..b99c2e9c3 100644 --- a/src/android/app/src/main/res/layout/fragment_emulation.xml +++ b/src/android/app/src/main/res/layout/fragment_emulation.xml @@ -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" |