From 5598fda8f433ed9ed8a51bf80b81ea226a80fdc1 Mon Sep 17 00:00:00 2001 From: Alessandro Toia Date: Sat, 2 Mar 2024 22:32:44 -0800 Subject: [PATCH] mangohud bin: add Borderlands3.exe to disable ld_preload to prevent crashing --- bin/mangohud.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/mangohud.in b/bin/mangohud.in index 5b256ac8..0a39515e 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"