diff options
Diffstat (limited to 'scripts/desktop/proton-env')
| -rwxr-xr-x | scripts/desktop/proton-env | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/desktop/proton-env b/scripts/desktop/proton-env index c25fe30..d62f488 100755 --- a/scripts/desktop/proton-env +++ b/scripts/desktop/proton-env @@ -18,7 +18,8 @@ unset SDL_VIDEO_DRIVER xrandr --output $MAIN_MONITOR --primary if [[ $MANGOHUD == 1 || -z $MANGOHUD ]]; then - exec env LD_PRELOAD="/usr/lib64/libgamemodeauto.so:/usr/lib64/libMangoHud.so:/usr/lib64/libMangoHud_opengl.so" mangohud "$@" + exec env LD_PRELOAD="/usr/lib64/libgamemodeauto.so" mangohud "$@" + #exec env LD_PRELOAD="/usr/lib64/libgamemodeauto.so:/usr/lib64/libMangoHud.so:/usr/lib64/libMangoHud_opengl.so" mangohud "$@" else exec env LD_PRELOAD="/usr/lib64/libgamemodeauto.so" "$@" fi |