From 737df2a68cd5c5cdfa1e73cede0dbf85bde01abc Mon Sep 17 00:00:00 2001 From: Ryan Houdek Date: Sat, 13 Jul 2013 17:24:23 -0500 Subject: Patch from Degasus that removes the last of the the GL_TEXTURE_RECTANGLE usages. This is needed to have GLES3 support. --- Source/Android/.idea/compiler.xml | 6 + .../Android/.idea/copyright/profiles_settings.xml | 6 +- Source/Android/.idea/workspace.xml | 139 +++++++++++---------- .../org/dolphinemu/dolphinemu/PrefsActivity.java | 4 +- 4 files changed, 81 insertions(+), 74 deletions(-) (limited to 'Source/Android') diff --git a/Source/Android/.idea/compiler.xml b/Source/Android/.idea/compiler.xml index 217af471a9..9292f81c68 100644 --- a/Source/Android/.idea/compiler.xml +++ b/Source/Android/.idea/compiler.xml @@ -2,6 +2,9 @@ + + diff --git a/Source/Android/.idea/copyright/profiles_settings.xml b/Source/Android/.idea/copyright/profiles_settings.xml index 3572571ad8..d02d5cbd75 100644 --- a/Source/Android/.idea/copyright/profiles_settings.xml +++ b/Source/Android/.idea/copyright/profiles_settings.xml @@ -1,5 +1,7 @@ - - + + + + \ No newline at end of file diff --git a/Source/Android/.idea/workspace.xml b/Source/Android/.idea/workspace.xml index 4306ba1d4c..c39565e7e4 100644 --- a/Source/Android/.idea/workspace.xml +++ b/Source/Android/.idea/workspace.xml @@ -47,6 +47,9 @@ + + @@ -54,7 +57,6 @@ - + @@ -103,7 +106,7 @@ - + @@ -112,7 +115,7 @@ - + @@ -121,7 +124,7 @@ - + @@ -129,45 +132,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -260,6 +224,16 @@ + + + + + + + + @@ -298,7 +272,6 @@ - @@ -419,7 +392,7 @@ - + @@ -427,7 +400,7 @@ - + @@ -640,14 +613,15 @@ - + + - - + + @@ -752,8 +726,8 @@ - - + + @@ -793,13 +767,6 @@ - - - - - - - @@ -821,40 +788,47 @@ - + - + - + - + - - - - + - + - + + + + + + + + + + + - + @@ -876,6 +850,18 @@ + + + Dolphin + + + + + Dolphin Emulator (Android)|Android @@ -948,6 +934,21 @@ + + + Copywrite + + + + + + + + diff --git a/Source/Android/src/org/dolphinemu/dolphinemu/PrefsActivity.java b/Source/Android/src/org/dolphinemu/dolphinemu/PrefsActivity.java index 4ce82beefe..772f2b9cb6 100644 --- a/Source/Android/src/org/dolphinemu/dolphinemu/PrefsActivity.java +++ b/Source/Android/src/org/dolphinemu/dolphinemu/PrefsActivity.java @@ -2,7 +2,6 @@ package org.dolphinemu.dolphinemu; import android.app.Activity; import android.content.Intent; -import android.opengl.GLSurfaceView; import android.os.Build; import android.os.Bundle; import android.preference.ListPreference; @@ -20,14 +19,13 @@ import javax.microedition.khronos.opengles.GL10; */ public class PrefsActivity extends PreferenceActivity { private PrefsActivity m_activity; + private String m_GLVersion; private String m_GLVendor; private String m_GLRenderer; public class VersionCheck { - GLSurfaceView.Renderer mRenderer; // borrow this interface - EGL10 mEGL; EGLDisplay mEGLDisplay; EGLConfig[] mEGLConfigs; -- cgit v1.2.3