AndroidManifest: Remove the maximum aspect ratio entirely

This commit is contained in:
Tobias 2020-06-07 19:52:27 +02:00 committed by bunnei
parent aa764c69c5
commit 6e9e1506da

View File

@ -30,8 +30,6 @@
android:isGame="true"
android:banner="@mipmap/ic_launcher">
<meta-data android:name="android.max_aspect" android:value="2.4" />
<activity
android:name="org.citra.citra_emu.ui.main.MainActivity"
android:theme="@style/CitraBase"