diff options
author | Timothy Arceri <[email protected]> | 2019-05-27 11:57:27 +1000 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2019-05-28 08:47:44 +1000 |
commit | d2b0246741e299c35a654bd1d262807e6bcdc22e (patch) | |
tree | 791826d09d8920a4174cef208909006d28b901fa /src/util/00-mesa-defaults.conf | |
parent | 11e16ca7ce0a702088b35ccccea85e243d801ef9 (diff) |
radeonsi: add drirc workaround for American Truck Simulator
Reviewed-by: Marek Olšák <[email protected]>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=110711
Diffstat (limited to 'src/util/00-mesa-defaults.conf')
-rw-r--r-- | src/util/00-mesa-defaults.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf index 3c459f3dec4..e36190f61c8 100644 --- a/src/util/00-mesa-defaults.conf +++ b/src/util/00-mesa-defaults.conf @@ -471,6 +471,9 @@ TODO: document the other workarounds. <application name="ARK: Survival Evolved (and unintentionally the UE4 demo template)" executable="ShooterGame"> <option name="radeonsi_clear_db_cache_before_clear" value="true" /> </application> + <application name="American Truck Simulator" executable="amtrucks"> + <option name="radeonsi_zerovram" value="true" /> + </application> <application name="Counter-Strike Global Offensive" executable="csgo_linux64"> <option name="radeonsi_zerovram" value="true" /> </application> |