2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-22 01:45:19 +01:00

fix max_aspect

This commit is contained in:
nillerusr 2020-10-29 21:51:36 +03:00 committed by Alibek Omarov
parent 8d1288373d
commit 5fd30876ab

View File

@ -6,8 +6,8 @@
package="su.xash.engine"
android:versionCode="1710"
android:versionName="0.20.1"
android:installLocation="auto">
android:allowAudioPlaybackCapture="true"
android:installLocation="auto"
android:allowAudioPlaybackCapture="true">
<application android:label="@string/app_name"
android:icon="@drawable/ic_launcher"
@ -72,7 +72,7 @@
</intent-filter>
</receiver>
<!--<service android:name="su.xash.engine.SteamService" />-->
<meta-data android:name="android.max_aspect" android:value="10000" />
<meta-data android:name="android.max_aspect" android:value="10000.0" />
<meta-data android:name="android.allow_multiple_resumed_activities" android:value="true" /> <!-- don't pause engine on foldables -->
</application>