android: disallow split screen

This commit is contained in:
BreadFish64 2020-04-12 16:43:28 -05:00 committed by bunnei
parent 5949cc29da
commit 50c9be0090

View File

@ -46,6 +46,7 @@
<activity
android:name="org.citra.citra_emu.activities.EmulationActivity"
android:resizeableActivity="false"
android:theme="@style/CitraEmulation"
android:launchMode="singleTop"/>
@ -79,4 +80,4 @@
</provider>
</application>
</manifest>
</manifest>