[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.

This commit is contained in:
Ryan Houdek
2013-05-25 22:20:34 -05:00
parent 61aa272bfb
commit 92bea77e56
4 changed files with 211 additions and 222 deletions
+207 -215
View File
File diff suppressed because it is too large Load Diff
+2 -5
View File
@@ -28,18 +28,15 @@
<activity
android:name="org.dolphinemu.dolphinemu.GameListView"
android:label="@string/app_name"
android:theme="@android:style/Theme"
android:configChanges="orientation|locale|keyboard|keyboardHidden|navigation|fontScale|uiMode" >
</activity>
<activity
android:name="org.dolphinemu.dolphinemu.FolderBrowser"
android:label="@string/app_name"
android:theme="@android:style/Theme"
android:configChanges="orientation|locale|keyboard|keyboardHidden|navigation|fontScale|uiMode" >
</activity>
<activity
android:name=".PrefsActivity"
android:theme="@android:style/Theme.Black.NoTitleBar" >
<activity
android:name=".PrefsActivity" >
</activity>
</application>
+1 -1
View File
@@ -12,7 +12,7 @@
<string-array name="gpuOptions">
<item>Software Renderer</item>
<item>OpenGL</item>
<!--item>OpenGL</item-->
</string-array>
<string-array name="gpuValues">
@@ -163,7 +163,7 @@ public class DolphinEmulator<MainActivity> extends Activity
return false;
}
public boolean overrideKeys()
public boolean overrideKeys()
{
return false;
}