Răsfoiți Sursa

android: Fix emulation fragment comments

Charles Lombardo 3 ani în urmă
părinte
comite
89b9285627
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      src/android/app/src/main/res/layout/fragment_emulation.xml

+ 2 - 2
src/android/app/src/main/res/layout/fragment_emulation.xml

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