radv: enable radv_no_dynamic_bounds for more Path of Exile executables

It looks like there's also a standalone version and a 32-bit version.

Signed-off-by: Rhys Perry <pendingchaos02@gmail.com>
Cc: <mesa-stable@lists.freedesktop.org>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5574>
This commit is contained in:
Rhys Perry 2020-06-20 11:17:14 +01:00
parent 08f64f91d1
commit c977567db6
1 changed files with 10 additions and 1 deletions

View File

@ -699,7 +699,16 @@ TODO: document the other workarounds.
<option name="radv_enable_mrt_output_nan_fixup" value="true" />
</application>
<application name="Path of Exile" executable="PathOfExile_x64Steam.exe">
<application name="Path of Exile (64-bit, Steam)" executable="PathOfExile_x64Steam.exe">
<option name="radv_no_dynamic_bounds" value="true" />
</application>
<application name="Path of Exile (32-bit, Steam)" executable="PathOfExileSteam.exe">
<option name="radv_no_dynamic_bounds" value="true" />
</application>
<application name="Path of Exile (64-bit)" executable="PathOfExile_x64.exe">
<option name="radv_no_dynamic_bounds" value="true" />
</application>
<application name="Path of Exile (32-bit)" executable="PathOfExile.exe">
<option name="radv_no_dynamic_bounds" value="true" />
</application>
</device>