mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-26 12:16:20 +00:00
[Android] Show the OpenGL ES 3 backend video option only on devices that support it.
This commit is contained in:
parent
970cb4329f
commit
95d4dc92c1
3 changed files with 182 additions and 61 deletions
|
@ -12,7 +12,8 @@
|
|||
</PreferenceCategory>
|
||||
<PreferenceCategory
|
||||
android:summary="Settings"
|
||||
android:title="Video Settings" >
|
||||
android:title="Video Settings"
|
||||
android:key="videoprefcat">
|
||||
<ListPreference
|
||||
android:entries="@array/gpuOptions"
|
||||
android:entryValues="@array/gpuValues"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue