summaryrefslogtreecommitdiff
path: root/src/android
diff options
context:
space:
mode:
authorGravatar Charles Lombardo2023-03-22 14:37:53 -0400
committerGravatar bunnei2023-06-03 00:05:46 -0700
commit89b9285627ec236a8ea19a6f8fa5f42bc93aa043 (patch)
tree58bedca0337a288310ce1345fa8b9c20b65752a4 /src/android
parentandroid: Use modal navigation drawer as in game menu (diff)
downloadyuzu-89b9285627ec236a8ea19a6f8fa5f42bc93aa043.tar.gz
yuzu-89b9285627ec236a8ea19a6f8fa5f42bc93aa043.tar.xz
yuzu-89b9285627ec236a8ea19a6f8fa5f42bc93aa043.zip
android: Fix emulation fragment comments
Diffstat (limited to 'src/android')
-rw-r--r--src/android/app/src/main/res/layout/fragment_emulation.xml4
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 @@
12 android:layout_width="match_parent" 12 android:layout_width="match_parent"
13 android:layout_height="match_parent"> 13 android:layout_height="match_parent">
14 14
15 <!-- This is the onscreen input overlay --> 15 <!-- This is what everything is rendered to during emulation -->
16 <SurfaceView 16 <SurfaceView
17 android:id="@+id/surface_emulation" 17 android:id="@+id/surface_emulation"
18 android:layout_width="match_parent" 18 android:layout_width="match_parent"
@@ -33,6 +33,7 @@
33 android:textColor="@android:color/white" 33 android:textColor="@android:color/white"
34 android:textSize="12sp" /> 34 android:textSize="12sp" />
35 35
36 <!-- This is the onscreen input overlay -->
36 <org.yuzu.yuzu_emu.overlay.InputOverlay 37 <org.yuzu.yuzu_emu.overlay.InputOverlay
37 android:id="@+id/surface_input_overlay" 38 android:id="@+id/surface_input_overlay"
38 android:layout_width="match_parent" 39 android:layout_width="match_parent"
@@ -40,7 +41,6 @@
40 android:focusable="true" 41 android:focusable="true"
41 android:focusableInTouchMode="true" /> 42 android:focusableInTouchMode="true" />
42 43
43 <!-- This is what everything is rendered to during emulation -->
44 <Button 44 <Button
45 style="@style/Widget.Material3.Button.ElevatedButton" 45 style="@style/Widget.Material3.Button.ElevatedButton"
46 android:id="@+id/done_control_config" 46 android:id="@+id/done_control_config"