This commit is contained in:
Castro-Fidel
2020-05-29 00:22:49 +03:00
parent 629b31cc46
commit eab40be340
3 changed files with 3 additions and 2 deletions

View File

@ -59,6 +59,7 @@ read "var_dxvk_on" < "${config_path}/dxvk_on"
export "var_dxvk_on"
if [ -x "`which "gamemoderun" 2>/dev/null`" ]
then
export LD_PRELOAD="/usr/lib/x86_64-linux-gnu/libgamemodeauto.so.0:${LD_PRELOAD}"
export var_gamemode=gamemoderun
else
export var_gamemode="env"