diff --git a/src/android/app/src/main/java/org/citra/citra_emu/fragments/EmulationFragment.kt b/src/android/app/src/main/java/org/citra/citra_emu/fragments/EmulationFragment.kt
index eda824b8d..6cef15987 100644
--- a/src/android/app/src/main/java/org/citra/citra_emu/fragments/EmulationFragment.kt
+++ b/src/android/app/src/main/java/org/citra/citra_emu/fragments/EmulationFragment.kt
@@ -1083,11 +1083,11 @@ class EmulationFragment : Fragment(), SurfaceHolder.Callback, Choreographer.Fram
}
val layoutOptionMenuItem = when (selectedLayout) {
SecondaryDisplayLayout.NONE.int -> {
- R.id.menu_secondary_layout_reverse_primary
+ R.id.menu_secondary_layout_opposite
}
SecondaryDisplayLayout.REVERSE_PRIMARY.int ->
- R.id.menu_secondary_layout_reverse_primary
+ R.id.menu_secondary_layout_opposite
SecondaryDisplayLayout.TOP_SCREEN.int ->
R.id.menu_secondary_layout_top
@@ -1142,7 +1142,7 @@ class EmulationFragment : Fragment(), SurfaceHolder.Callback, Choreographer.Fram
true
}
- R.id.menu_secondary_layout_reverse_primary -> {
+ R.id.menu_secondary_layout_opposite -> {
screenAdjustmentUtil.changeSecondaryOrientation(SecondaryDisplayLayout.REVERSE_PRIMARY.int)
true
}
diff --git a/src/android/app/src/main/res/menu/menu_secondary_screen_layout.xml b/src/android/app/src/main/res/menu/menu_secondary_screen_layout.xml
index 3fc2cbf6f..148a1405d 100644
--- a/src/android/app/src/main/res/menu/menu_secondary_screen_layout.xml
+++ b/src/android/app/src/main/res/menu/menu_secondary_screen_layout.xml
@@ -24,7 +24,7 @@
android:checkableBehavior="single"
android:id="@+id/menu_secondary_layout_group">