mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
[Android] Migrate the "Draw Onscreen Controls" preference to the video settings.
This commit is contained in:
parent
9170c9b360
commit
e52c2ac337
5 changed files with 15 additions and 6 deletions
|
@ -124,4 +124,9 @@
|
|||
android:key="gpuPref"
|
||||
android:summary="@string/video_backend_to_use"
|
||||
android:title="@string/video_backend" />
|
||||
|
||||
<CheckBoxPreference
|
||||
android:defaultValue="true"
|
||||
android:key="drawOnscreenControls"
|
||||
android:title="@string/draw_onscreen_controls"/>
|
||||
</PreferenceScreen>
|
Loading…
Add table
Add a link
Reference in a new issue