mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-01 17:32:18 +00:00
31 lines
1.2 KiB
Diff
31 lines
1.2 KiB
Diff
From 80ac865565c8b2cbdf9cca953a234cb630549802 Mon Sep 17 00:00:00 2001
|
|
From: Atapi <34801996+Sterophonick@users.noreply.github.com>
|
|
Date: Sat, 10 May 2025 20:07:43 -0600
|
|
Subject: [PATCH] util: import doom changes from SteamOS
|
|
|
|
---
|
|
src/util/00-radv-defaults.conf | 7 +++++++
|
|
1 file changed, 7 insertions(+)
|
|
|
|
diff --git a/src/util/00-radv-defaults.conf b/src/util/00-radv-defaults.conf
|
|
index aef8b9006cd..3bb0f3451a4 100644
|
|
--- a/src/util/00-radv-defaults.conf
|
|
+++ b/src/util/00-radv-defaults.conf
|
|
@@ -123,6 +123,13 @@ Application bugs worked around in this file:
|
|
<option name="radv_invariant_geom" value="true" />
|
|
</application>
|
|
|
|
+ <application name="DOOM: The Dark Ages" application_name_match="DOOMTheDarkAges">
|
|
+ <option name="radv_force_64k_sparse_alignment" value="true" />
|
|
+ <option name="radv_zero_vram" value="true" />
|
|
+ <option name="radv_legacy_sparse_binding" value="true" />
|
|
+ <option name="radv_disable_dcc_stores" value="true" />
|
|
+ </application>
|
|
+
|
|
<application name="Wolfenstein II" application_name_match="Wolfenstein II The New Colossus">
|
|
<option name="radv_disable_dcc" value="true" />
|
|
</application>
|
|
--
|
|
2.49.0
|
|
|