mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-16 02:50:19 +01:00
driconf: add a workaround for Rainbow Six Extraction
CC: mesa-stable
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24784>
(cherry picked from commit 3e66eba59e)
This commit is contained in:
parent
77ff616b59
commit
062d7e95cc
2 changed files with 6 additions and 1 deletions
|
|
@ -10324,7 +10324,7 @@
|
|||
"description": "driconf: add a workaround for Rainbow Six Extraction",
|
||||
"nominated": true,
|
||||
"nomination_type": 0,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": null,
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -817,6 +817,11 @@ TODO: document the other workarounds.
|
|||
<option name="vk_wsi_force_bgra8_unorm_first" value="true" />
|
||||
</application>
|
||||
|
||||
<application name="Rainbow Six Extraction (Wine)" executable="R6-Extraction.exe">
|
||||
<option name="vk_x11_override_min_image_count" value="2" />
|
||||
<option name="vk_x11_strict_image_count" value="true" />
|
||||
</application>
|
||||
|
||||
<application name="Brink" executable="brink.exe">
|
||||
<option name="glx_extension_override" value="-GLX_OML_swap_method" />
|
||||
<option name="allow_higher_compat_version" value="true" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue