mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2024-11-22 09:56:22 +01:00
fix max_aspect
This commit is contained in:
parent
8d1288373d
commit
5fd30876ab
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user