summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Toia <gort818@gmail.com>2024-03-02 22:32:44 -0800
committerAlessandro Toia <gort818@gmail.com>2024-03-02 22:34:57 -0800
commit5598fda8f433ed9ed8a51bf80b81ea226a80fdc1 (patch)
treeceb8de47d048983d7bbe96b4c80cbd1252ba27b5
parent7349a1cf29da3c8fd2f96b2941275e721eb3763e (diff)
mangohud bin: add Borderlands3.exe to disable ld_preload to prevent crashingHEADmaster
-rwxr-xr-xbin/mangohud.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/mangohud.in b/bin/mangohud.in
index 5b256ac..0a39515 100755
--- a/bin/mangohud.in
+++ b/bin/mangohud.in
@@ -11,8 +11,8 @@ fi
# Add exe names newline separated to the string to disable LD_PRELOAD
DISABLE_LD_PRELOAD="cs2.sh
-some_other_exe
-RoboCop.exe"
+RoboCop.exe
+Borderlands3.exe"
MANGOHUD_LIB_NAME="@ld_libdir_mangohud@libMangoHud_opengl.so"