diff options
| author | Ryan Houdek <Sonicadvance1@gmail.com> | 2013-05-25 22:20:10 -0500 |
|---|---|---|
| committer | Ryan Houdek <Sonicadvance1@gmail.com> | 2013-05-25 22:20:34 -0500 |
| commit | 92bea77e56cfdcd9b7304719379a0ee4b67e57c3 (patch) | |
| tree | 6acf5e4a2c5a795fffb0693420af497682659bc3 /Source/Android/res | |
| parent | 61aa272bfb71ace8823a86ad08813f644db7cad2 (diff) | |
[Android] Disable OpenGL in the settings menu since it doesn't work yet. Change some theme settings so the back button shows up on screen where needed.
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..3f67dcbe5b 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</item--> </string-array> <string-array name="gpuValues"> |
