driconf: set vk_x11_strict_image_count for Wolfenstein: Youngblood

Otherwise, the game refuses to start on xwayland.

Cc: mesa-stable
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13289>
This commit is contained in:
Daniel Schürmann 2021-10-11 16:14:21 +02:00 committed by Marge Bot
parent 28a6e45a0f
commit b34a3459f8

View file

@ -681,7 +681,12 @@ TODO: document the other workarounds.
<option name="vk_x11_ensure_min_image_count" value="true" />
</application>
<!-- Metro:Exodus crashes at startup on xwayland without this workaround-->
<!-- Wolfenstein: Youngblood crashes at startup on xwayland without this workaround. -->
<application name="Wolfenstein: Youngblood(x64vk)" executable="Youngblood_x64vk.exe">
<option name="vk_x11_strict_image_count" value="true" />
</application>
<!-- Metro:Exodus crashes at startup on xwayland without this workaround. -->
<application name="Metro: Exodus" application_name_match="metroexodus">
<option name="vk_x11_strict_image_count" value="true" />
</application>