mirror of
https://github.com/etlegacy/etlegacy-android.git
synced 2025-04-12 04:00:48 +00:00
xml: downgrade version of OpeGL ES to 1.2
This commit is contained in:
parent
ce80c3128a
commit
62529ef84a
1 changed files with 2 additions and 3 deletions
|
@ -8,9 +8,8 @@
|
|||
android:versionName="1.0"
|
||||
android:installLocation="auto">
|
||||
|
||||
<!-- OpenGL ES 2.0 -->
|
||||
<uses-feature android:glEsVersion="0x00020000" />
|
||||
|
||||
<!-- OpenGL ES 1.2 -->
|
||||
<uses-feature android:glEsVersion="0x00010002" />
|
||||
<!-- Touchscreen support -->
|
||||
<uses-feature
|
||||
android:name="android.hardware.touchscreen"
|
||||
|
|
Loading…
Reference in a new issue