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:
Tobias 2020-06-06 19:53:11 +02:00 committed by bunnei
parent c74a94760d
commit 90089ef9a5

View File

@ -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"