mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-24 08:39:51 +00:00
Specify landscape in android manifest, should fix the wrong orientation issues.
This commit is contained in:
parent
4b15fe3c5e
commit
e307da851a
@ -22,7 +22,8 @@
|
||||
android:name=".PpssppActivity"
|
||||
android:label="@string/app_name"
|
||||
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
|
||||
android:configChanges="orientation|locale|keyboard|keyboardHidden|navigation|fontScale|uiMode" >
|
||||
android:configChanges="orientation|locale|keyboard|keyboardHidden|navigation|fontScale|uiMode"
|
||||
android:screenOrientation="landscape" >
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
@ -31,3 +32,4 @@
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
|
Loading…
Reference in New Issue
Block a user