mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-26 23:55:40 +00:00
Android: Add Show Resolution option to display settings
This commit is contained in:
parent
de688615ff
commit
9f73791343
|
@ -210,4 +210,6 @@
|
|||
<string name="save_state_info_game_save_n">Game Save %d</string>
|
||||
<string name="save_state_info_global_save_n">Global Save %d</string>
|
||||
<string name="save_state_info_quick_save">Quick Save</string>
|
||||
<string name="settings_osd_show_show_resolution">Show Resolution</string>
|
||||
<string name="settings_summary_osd_show_resolution">Shows the resolution the game is rendering at in the top-right corner of the display.</string>
|
||||
</resources>
|
||||
|
|
|
@ -81,5 +81,11 @@
|
|||
app:defaultValue="false"
|
||||
app:summary="@string/settings_summary_osd_show_vps"
|
||||
app:iconSpaceReserved="false" />
|
||||
<SwitchPreferenceCompat
|
||||
app:key="Display/ShowResolution"
|
||||
app:title="@string/settings_osd_show_show_resolution"
|
||||
app:defaultValue="false"
|
||||
app:summary="@string/settings_summary_osd_show_resolution"
|
||||
app:iconSpaceReserved="false" />
|
||||
|
||||
</PreferenceScreen>
|
||||
|
|
Loading…
Reference in a new issue