mirror of
https://github.com/etlegacy/etlegacy-android.git
synced 2024-11-10 06:52:06 +00:00
xml: downgrade OpenGL ES version to 1.1
This commit is contained in:
parent
208445cda4
commit
01e0020a9a
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@
|
|||
android:versionName="1.0"
|
||||
android:installLocation="auto">
|
||||
|
||||
<!-- OpenGL ES 1.2 -->
|
||||
<uses-feature android:glEsVersion="0x00010002" />
|
||||
<!-- OpenGL ES 1.1 -->
|
||||
<uses-feature android:glEsVersion="0x00010001" />
|
||||
<!-- Touchscreen support -->
|
||||
<uses-feature
|
||||
android:name="android.hardware.touchscreen"
|
||||
|
|
Loading…
Reference in a new issue