summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Toia <gort818@gmail.com>2024-03-01 22:06:00 -0800
committerAlessandro Toia <gort818@gmail.com>2024-03-01 22:06:29 -0800
commit54df529eba14dddaadd2f914582577d9ee7bbb73 (patch)
treedc8181a28c8a27a37f7f3820db6ed6d04a2df1d0
parent2e0197718bc3a92adb25c518bc2961c9ad680e6f (diff)
mangohud bin: add RoboCop.exe to disable ld_preload to prevent crashing
-rwxr-xr-xbin/mangohud.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/mangohud.in b/bin/mangohud.in
index 53c72ef..5b256ac 100755
--- a/bin/mangohud.in
+++ b/bin/mangohud.in
@@ -11,7 +11,8 @@ fi
# Add exe names newline separated to the string to disable LD_PRELOAD
DISABLE_LD_PRELOAD="cs2.sh
-some_other_exe"
+some_other_exe
+RoboCop.exe"
MANGOHUD_LIB_NAME="@ld_libdir_mangohud@libMangoHud_opengl.so"