diff options
| author | Ryan Houdek <Sonicadvance1@gmail.com> | 2013-06-18 12:44:06 -0500 |
|---|---|---|
| committer | Ryan Houdek <Sonicadvance1@gmail.com> | 2013-06-18 12:44:06 -0500 |
| commit | 02cbcc8ec49676739315223b8d2b0867867f7352 (patch) | |
| tree | 5357d7a2798bb5060fe52ab32b7b57bcea9892c3 /Source/Android/res | |
| parent | 9c32c923bc7a88c9ee6d2036275383726b359d25 (diff) | |
[Android] When running OpenGL ES 3 backend, we've got to switch the screen coordinates or bad things happen. Adds a Driver bug that causes swap every single flush. Hard requirement currently to see /anything/ on screen.
Diffstat (limited to 'Source/Android/res')
| -rw-r--r-- | Source/Android/res/values/prefvalues.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Android/res/values/prefvalues.xml b/Source/Android/res/values/prefvalues.xml index 77354f76a4..3ba1f1a09a 100644 --- a/Source/Android/res/values/prefvalues.xml +++ b/Source/Android/res/values/prefvalues.xml @@ -12,7 +12,7 @@ <string-array name="gpuOptions"> <item>Software Renderer</item> - <item>OpenGL</item> + <item>OpenGL ES 3</item> </string-array> <string-array name="gpuValues"> |
