mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
[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:
Generated
+207
-215
File diff suppressed because it is too large
Load Diff
@@ -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>
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user