diff options
author | Timothy Arceri <[email protected]> | 2018-08-24 21:06:19 +1000 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2018-08-30 07:57:38 +1000 |
commit | 3bcec6cf1c4a535ce00efa6a1754a7dc668f8f51 (patch) | |
tree | 2923e504c0a4ea3a4dfa6313ab7f8c26e8964c3a /src/util | |
parent | 5566dd8a617cd6f90ceabb6ab5f94aa2996f0fbd (diff) |
radeonsi: enable radeonsi_zerovram for No Mans Sky
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/util')
-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 ad59efba50b..5d15b3819fb 100644 --- a/src/util/00-mesa-defaults.conf +++ b/src/util/00-mesa-defaults.conf @@ -322,5 +322,8 @@ 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="No Mans Sky" executable="NMS.exe"> + <option name="radeonsi_zerovram" value="true" /> + </application> </device> </driconf> |