[Android] Show the OpenGL ES 3 backend video option only on devices that support it.

This commit is contained in:
Ryan Houdek
2013-07-11 11:21:24 -05:00
parent 970cb4329f
commit 95d4dc92c1
3 changed files with 182 additions and 61 deletions

View File

@ -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"