Android: Add option to force screen rotation

This commit is contained in:
Connor McLaughlin
2020-11-07 23:20:14 +10:00
parent fb4ebabee5
commit d23b9b508d
3 changed files with 42 additions and 5 deletions

View File

@ -45,6 +45,14 @@
app:defaultValue="false"
app:summary="Pauses emulation when ingame and the menu is opened."
app:iconSpaceReserved="false" />
<ListPreference
app:key="Main/EmulationScreenOrientation"
app:title="Emulation Screen Orientation"
app:entries="@array/settings_emulation_screen_orientation_entries"
app:entryValues="@array/settings_emulation_screen_orientation_values"
app:defaultValue="unspecified"
app:useSimpleSummaryProvider="true"
app:iconSpaceReserved="false" />
<SwitchPreferenceCompat
app:key="Main/AutoLoadCheats"
app:title="Load Patch Codes"