Merge pull request #1 from citra-emu/split-screen
disable split screen & gles version bump
This commit is contained in:
commit
d2944d1152
@ -8,7 +8,7 @@
|
|||||||
android:name="android.hardware.gamepad"
|
android:name="android.hardware.gamepad"
|
||||||
android:required="false"/>
|
android:required="false"/>
|
||||||
|
|
||||||
<uses-feature android:glEsVersion="0x00030001" android:required="true" />
|
<uses-feature android:glEsVersion="0x00030002" android:required="true" />
|
||||||
|
|
||||||
<uses-feature android:name="android.hardware.opengles.aep" android:required="true" />
|
<uses-feature android:name="android.hardware.opengles.aep" android:required="true" />
|
||||||
<uses-feature
|
<uses-feature
|
||||||
@ -33,7 +33,8 @@
|
|||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name="org.citra.citra_emu.ui.main.MainActivity"
|
android:name="org.citra.citra_emu.ui.main.MainActivity"
|
||||||
android:theme="@style/CitraBase">
|
android:theme="@style/CitraBase"
|
||||||
|
android:resizeableActivity="false">
|
||||||
|
|
||||||
<!-- This intentfilter marks this Activity as the one that gets launched from Home screen. -->
|
<!-- This intentfilter marks this Activity as the one that gets launched from Home screen. -->
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user