mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Fixed aspect ratio bigger than 16:9 on Android Devices
This commit is contained in:
parent
ef98a21735
commit
dbeec37b0f
@ -25,6 +25,7 @@
|
||||
android:supportsRtl="true"
|
||||
android:isGame="true"
|
||||
android:banner="@drawable/banner_tv">
|
||||
<meta-data android:name="android.max_aspect" android:value="2.1" />
|
||||
|
||||
<activity
|
||||
android:name=".ui.main.MainActivity"
|
||||
|
Loading…
Reference in New Issue
Block a user