mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
(Android Phoenix) Set default values for ListPreferences
This commit is contained in:
parent
7d90ff4011
commit
0b45fb1483
@ -43,6 +43,7 @@
|
||||
<ListPreference
|
||||
android:entries="@array/aspect_ratios"
|
||||
android:entryValues="@array/aspect_values"
|
||||
android:defaultValue="auto"
|
||||
android:key="video_aspect_ratio"
|
||||
android:summary="Aspect ratio to enforce."
|
||||
android:title="Aspect ratio" />
|
||||
@ -126,6 +127,7 @@
|
||||
<ListPreference
|
||||
android:entries="@array/back_options"
|
||||
android:entryValues="@array/back_options_values"
|
||||
android:defaultValue="0"
|
||||
android:key="input_back_behavior"
|
||||
android:summary="Select how you want the Back button to behave."
|
||||
android:title="Back behavior" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user