mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
[Android] Oops. Keep the screenOrientation setting to landscape.
This commit is contained in:
@ -18,6 +18,7 @@
|
|||||||
android:name=".DolphinEmulator"
|
android:name=".DolphinEmulator"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
|
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
|
||||||
|
android:screenOrientation="landscape"
|
||||||
android:configChanges="locale|keyboard|keyboardHidden|navigation|fontScale|uiMode" >
|
android:configChanges="locale|keyboard|keyboardHidden|navigation|fontScale|uiMode" >
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.MAIN" />
|
<action android:name="android.intent.action.MAIN" />
|
||||||
|
Reference in New Issue
Block a user