mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
Show OpenGL or OpenGL ES on Android depending on what the device supports.
Reduces confusion for the users
This commit is contained in:
@ -53,6 +53,16 @@
|
||||
<item>Software Renderer</item>
|
||||
<item>OGL</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Video Backend Selection - Supports desktop OpenGL -->
|
||||
<string-array name="videoBackendEntriesGL" translatable="false">
|
||||
<item>@string/software_renderer</item>
|
||||
<item>@string/opengl</item>
|
||||
</string-array>
|
||||
<string-array name="videoBackendValuesGL" translatable="false">
|
||||
<item>Software Renderer</item>
|
||||
<item>OGL</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Video Backend Selection - No OpenGL ES 3 support -->
|
||||
<string-array name="videoBackendEntriesNoGLES3" translatable="false">
|
||||
@ -62,7 +72,6 @@
|
||||
<item>Software Renderer</item>
|
||||
</string-array>
|
||||
|
||||
|
||||
<!-- EFB Copy Method Preference -->
|
||||
<string-array name="efbCopyMethodEntries" translatable="false">
|
||||
<item>@string/disabled</item>
|
||||
|
Reference in New Issue
Block a user