radv: fix applying radv_disable_dcc for DOOM 2016 again

application_name_match is a regex... and DCC was also disabled for
DOOM Eternal (because DOOMEternal matches DOOM). Fun.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Timur Kristóf <timur.kristof@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11805>
This commit is contained in:
Samuel Pitoiset 2021-07-09 18:41:47 +02:00 committed by Marge Bot
parent 6590767abc
commit ecdb433254
1 changed files with 1 additions and 1 deletions

View File

@ -834,7 +834,7 @@ TODO: document the other workarounds.
<option name="radv_invariant_geom" value="true" />
</application>
<application name="DOOM (2016)" application_name_match="DOOM">
<application name="DOOM (2016)" application_name_match="DOOM$">
<option name="radv_disable_dcc" value="true" />
</application>