[Backport release-9.x] add libMangoHud_shim.so to mangohub preloadlist (#3418)

This commit is contained in:
Rachel Powers 2025-02-13 14:42:35 -07:00 committed by GitHub
commit ec7aaaadf3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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