mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-28 13:00:42 +02:00
driconf: Jusant needs force_vk_vendor=-1 on Intel devices
A UE crash reporter is displayed without this wrap Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/12782 Reviewed-by: Sagar Ghuge <sagar.ghuge@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34705>
This commit is contained in:
parent
3c021b79b4
commit
7f35879738
1 changed files with 3 additions and 0 deletions
|
|
@ -1054,6 +1054,9 @@ TODO: document the other workarounds.
|
|||
<application name="A Game About Digging A Hole" executable="DiggingGame.exe">
|
||||
<option name="force_vk_vendor" value="-1" />
|
||||
</application>
|
||||
<application name="Jusant" executable="ASC-Win64-Shipping.exe">
|
||||
<option name="force_vk_vendor" value="-1"/>
|
||||
</application>
|
||||
<application name="DIRT 5" executable="DIRT5.exe">
|
||||
<option name="fp64_workaround_enabled" value="true" />
|
||||
</application>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue