AndroidManifest: Increase the maximum aspect ratio
This should help display the app on the whole screen on 21:9 devices like the Experia Z5.
This commit is contained in:
parent
c74a94760d
commit
90089ef9a5
@ -30,7 +30,7 @@
|
||||
android:isGame="true"
|
||||
android:banner="@mipmap/ic_launcher">
|
||||
|
||||
<meta-data android:name="android.max_aspect" android:value="2.1" />
|
||||
<meta-data android:name="android.max_aspect" android:value="2.4" />
|
||||
|
||||
<activity
|
||||
android:name="org.citra.citra_emu.ui.main.MainActivity"
|
||||
|
Loading…
x
Reference in New Issue
Block a user