mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
[Android] Migrate the "Draw Onscreen Controls" preference to the video settings.
This commit is contained in:
@ -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>
|
Reference in New Issue
Block a user