Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Enforce landscape view since rotations cause huge issues atm.
  • Loading branch information
Sonicadvance1 committed Apr 19, 2013
1 parent d244bca commit b47915d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Source/Android/AndroidManifest.xml
Expand Up @@ -18,7 +18,8 @@
android:name=".DolphinEmulator"
android:label="@string/app_name"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
android:configChanges="orientation|locale|keyboard|keyboardHidden|navigation|fontScale|uiMode" >
android:screenOrientation="landscape"
android:configChanges="locale|keyboard|keyboardHidden|navigation|fontScale|uiMode" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
Expand Down

0 comments on commit b47915d

Please sign in to comment.