From a1b9a4dc5eb9fe1c8de3dbc49d3f7577e896e3ca Mon Sep 17 00:00:00 2001 From: Ryan Houdek Date: Tue, 16 Jul 2013 09:08:41 -0500 Subject: [PATCH] [Android] Oops. Keep the screenOrientation setting to landscape. --- Source/Android/AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Android/AndroidManifest.xml b/Source/Android/AndroidManifest.xml index a0194eb6e0..a6918f867b 100644 --- a/Source/Android/AndroidManifest.xml +++ b/Source/Android/AndroidManifest.xml @@ -18,6 +18,7 @@ android:name=".DolphinEmulator" android:label="@string/app_name" android:theme="@android:style/Theme.NoTitleBar.Fullscreen" + android:screenOrientation="landscape" android:configChanges="locale|keyboard|keyboardHidden|navigation|fontScale|uiMode" >