mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 13:00:09 +01:00
radv: enable radv_disable_sinking_load_input_fs for Grid Autosport
Cc: mesa-stable Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/4228 Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Rhys Perry <pendingchaos02@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16165>
This commit is contained in:
parent
1dbfd2be4b
commit
e6bcdc763c
1 changed files with 8 additions and 0 deletions
|
|
@ -149,5 +149,13 @@ Application bugs worked around in this file:
|
|||
<application name="Starcraft 2" application_name_match="SC2_x64.exe">
|
||||
<option name="radv_disable_dcc" value="true" />
|
||||
</application>
|
||||
|
||||
<application name="Grid Autosport" application_name_match="GRIDAutosport_avx.exe">
|
||||
<option name="radv_disable_sinking_load_input_fs" value="true" />
|
||||
</application>
|
||||
|
||||
<application name="Grid Autosport" application_name_match="GRIDAutosport.exe">
|
||||
<option name="radv_disable_sinking_load_input_fs" value="true" />
|
||||
</application>
|
||||
</device>
|
||||
</driconf>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue