diff options
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 c704a1756ae..6389b796d33 100644 --- a/src/util/00-mesa-defaults.conf +++ b/src/util/00-mesa-defaults.conf @@ -468,6 +468,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="Counter-Strike Global Offensive" executable="csgo_linux64"> + <option name="radeonsi_zerovram" value="true" /> + </application> <application name="No Mans Sky" executable="NMS.exe"> <option name="radeonsi_zerovram" value="true" /> </application> |