(Android Phoenix) Will no longer require GLES 2.0

This commit is contained in:
twinaphex 2012-10-14 01:00:41 +02:00
parent ad27bedcb4
commit 158f4676a4

View File

@ -20,8 +20,5 @@
</activity>
<activity android:label="@string/app_name" android:name="rombrowser" />
<activity android:label="@string/app_name" android:name="com.retroarch.fileio.FileChooser" />
<activity android:name=".rgl" android:label="@string/app_name" />
</application>
<!-- Tell the system this app requires OpenGL ES 2.0. -->
<uses-feature android:glEsVersion="0x00020000" android:required="true" />
</manifest>