mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 10:30:08 +01:00
anv: fake non intel vendorID for Death Stranding
The assumption is the same issue that is plaguing Cyberpunk 2077 is also at play here. That is the XeSS library is looking for the Windows driver binary and not finding them in the Wine/Proton distribution. Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Cc: mesa-stable Reviewed-by: Tapani Pälli <tapani.palli@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24237>
This commit is contained in:
parent
b135149986
commit
9acbb197fb
1 changed files with 3 additions and 1 deletions
|
|
@ -1091,7 +1091,9 @@ TODO: document the other workarounds.
|
|||
<option name="force_vk_vendor" value="-1" />
|
||||
</application>
|
||||
<application name="Hogwarts Legacy" executable="HogwartsLegacy.exe">
|
||||
<!-- Needed to avoid XeSS code paths. -->
|
||||
<option name="force_vk_vendor" value="-1" />
|
||||
</application>
|
||||
<application name="DEATH STRANDING" executable="ds.exe">
|
||||
<option name="force_vk_vendor" value="-1" />
|
||||
</application>
|
||||
<!--
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue