add libMangoHud_shim.so to mangohub preloadlist (#3413)

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

View File

@ -656,6 +656,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;
}