summaryrefslogtreecommitdiff
path: root/scripts/desktop/proton-env32
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/desktop/proton-env32')
-rwxr-xr-xscripts/desktop/proton-env323
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/desktop/proton-env32 b/scripts/desktop/proton-env32
index 067ef02..889c105 100755
--- a/scripts/desktop/proton-env32
+++ b/scripts/desktop/proton-env32
@@ -16,7 +16,8 @@ unset SDL_VIDEO_DRIVER
xrandr --output $MAIN_MONITOR --primary
if [[ $MANGOHUD == 1 || -z $MANGOHUD ]]; then
- exec env LD_PRELOAD="/usr/lib/libgamemodeauto.so:/usr/lib/libMangoHud.so:/usr/lib/libMangoHud_opengl.so" mangohud "$@"
+ exec env LD_PRELOAD="/usr/lib/libgamemodeauto.so" mangohud "$@"
+ #exec env LD_PRELOAD="/usr/lib/libgamemodeauto.so:/usr/lib/libMangoHud.so:/usr/lib/libMangoHud_opengl.so" mangohud "$@"
else
exec env LD_PRELOAD="/usr/lib/libgamemodeauto.so" "$@"
fi