Module: Mesa
Branch: main
Commit: 0e68dd1a522380d0c4e59902be6f22c13c493c07
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=0e68dd1a522380d0c4e59902be6f22c13c493c07

Author: Tapani Pälli <tapani.pa...@intel.com>
Date:   Thu Sep 14 09:07:24 2023 +0300

drirc: use fake_sparse for Armored Core 6

Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/9808
Signed-off-by: Tapani Pälli <tapani.pa...@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwer...@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25217>

---

 src/util/00-mesa-defaults.conf | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf
index 58296dbec64..aff7215af04 100644
--- a/src/util/00-mesa-defaults.conf
+++ b/src/util/00-mesa-defaults.conf
@@ -1158,6 +1158,9 @@ TODO: document the other workarounds.
         <application name="Elden Ring" executable="eldenring.exe">
             <option name="fake_sparse" value="true" />
         </application>
+        <application name="Armored Core 6" executable="armoredcore6.exe">
+            <option name="fake_sparse" value="true" />
+        </application>
         <!-- Needed to avoid XeSS code paths. -->
         <application name="Marvel's Spider-Man Remastered" 
executable="Spider-Man.exe">
             <option name="force_vk_vendor" value="-1" />

Reply via email to