add libMangoHud_shim.so to mangohub preloadlist

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
(cherry picked from commit 9e954548dd702c05fbf33474c9c86f52fb67d4b4)
This commit is contained in:
Trial97 2025-02-12 20:21:45 +02:00 committed by github-actions[bot]
parent f760f08df6
commit 1ab6ce42b5

View File

@ -606,6 +606,7 @@ QProcessEnvironment MinecraftInstance::createLaunchEnvironment()
// dlsym variant is only needed for OpenGL and not included in the vulkan layer
appendLib("libMangoHud_dlsym.so");
appendLib("libMangoHud_opengl.so");
appendLib("libMangoHud_shim.so");
preloadList << mangoHudLibString;
}