mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-22 04:01:23 +00:00
ANDROID: Disable support for split screen
Currently the ScummVM app will just exit in split-screen so that's not desireable Disabled until we implement proper support, if deemed necessary
This commit is contained in:
parent
773295842a
commit
e7a19d378e
@ -54,6 +54,7 @@
|
||||
android:description="@string/app_desc"
|
||||
android:allowBackup="true"
|
||||
android:isGame="true"
|
||||
android:resizeableActivity="false"
|
||||
android:icon="@drawable/scummvm">
|
||||
<activity android:name=".ScummVMActivity"
|
||||
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
|
||||
|
@ -54,6 +54,7 @@
|
||||
android:description="@string/app_desc"
|
||||
android:allowBackup="true"
|
||||
android:isGame="true"
|
||||
android:resizeableActivity="false"
|
||||
android:icon="@drawable/scummvm">
|
||||
<activity android:name=".ScummVMActivity"
|
||||
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
|
||||
|
Loading…
x
Reference in New Issue
Block a user