diff options
| author | Ryan Houdek <Sonicadvance1@gmail.com> | 2013-07-13 18:42:04 -0500 |
|---|---|---|
| committer | Ryan Houdek <Sonicadvance1@gmail.com> | 2013-07-13 18:42:04 -0500 |
| commit | ea146627e6352609ce5ba1471387652e1c548d78 (patch) | |
| tree | 5b0dd237c89189b56dbfbebc055c733790fc5cbc /Source/Android | |
| parent | 737df2a68cd5c5cdfa1e73cede0dbf85bde01abc (diff) | |
[Android] Enable OpenGL ES 3 by default. Add in a modified GLES3/gl3.h header for supporting it.
Diffstat (limited to 'Source/Android')
| -rw-r--r-- | Source/Android/AndroidManifest.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Android/AndroidManifest.xml b/Source/Android/AndroidManifest.xml index 125bb474eb..a265840ea2 100644 --- a/Source/Android/AndroidManifest.xml +++ b/Source/Android/AndroidManifest.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.dolphinemu.dolphinemu" - android:versionCode="9" - android:versionName="0.9" > + android:versionCode="10" + android:versionName="0.10" > <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="14"/> |
