From 54df529eba14dddaadd2f914582577d9ee7bbb73 Mon Sep 17 00:00:00 2001 From: Alessandro Toia Date: Fri, 1 Mar 2024 22:06:00 -0800 Subject: [PATCH] mangohud bin: add RoboCop.exe to disable ld_preload to prevent crashing --- bin/mangohud.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/mangohud.in b/bin/mangohud.in index 53c72ef1..5b256ac8 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"