mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
Merge pull request #1741 from Sonicadvance1/android_stop_pretending
[Android] Raise requirements to Android 4.3 and OpenGL ES 3.0
This commit is contained in:
commit
0735aaf208
1 changed files with 2 additions and 2 deletions
|
@ -6,10 +6,10 @@
|
||||||
android:installLocation="auto">
|
android:installLocation="auto">
|
||||||
|
|
||||||
<uses-sdk
|
<uses-sdk
|
||||||
android:minSdkVersion="17"
|
android:minSdkVersion="18"
|
||||||
android:targetSdkVersion="21" />
|
android:targetSdkVersion="21" />
|
||||||
|
|
||||||
<uses-feature android:glEsVersion="0x00020000" />
|
<uses-feature android:glEsVersion="0x00030000" />
|
||||||
|
|
||||||
<uses-feature android:name="android.hardware.screen.landscape" />
|
<uses-feature android:name="android.hardware.screen.landscape" />
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue