diff options
author | Clément Guérin <[email protected]> | 2019-10-04 20:05:09 -0700 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2019-10-08 16:07:30 -0400 |
commit | 5afbe87d21bcd3081d482b4b2ea0cf5c5507c325 (patch) | |
tree | b7ceecd0848c6df5b3aa46c4d2c2a8e2235f444c /src/util/00-mesa-defaults.conf | |
parent | face221283f0be316ae6629155a908d8972c2fa7 (diff) |
radeonsi: enable zerovram for Rocket League
Fixes corruption on game startup.
Closes: https://gitlab.freedesktop.org/mesa/mesa/issues/1888
Cc: 19.1 19.2 <[email protected]>
Reviewed-by: Pierre-Eric Pelloux-Prayer <[email protected]>
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 4f307a399e7..0af33ed35aa 100644 --- a/src/util/00-mesa-defaults.conf +++ b/src/util/00-mesa-defaults.conf @@ -504,6 +504,9 @@ TODO: document the other workarounds. <application name="No Mans Sky" executable="NMS.exe"> <option name="radeonsi_zerovram" value="true" /> </application> + <application name="Rocket League" executable="RocketLeague"> + <option name="radeonsi_zerovram" value="true" /> + </application> <application name="Civilization 6" executable="Civ6"> <option name="radeonsi_enable_nir" value="true"/> </application> |