add libMangoHud_shim.so to mangohub preloadlist

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97 2025-02-12 20:21:45 +02:00
parent 79180db663
commit 9e954548dd
No known key found for this signature in database
GPG Key ID: 55EF5DA53DB36318

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;
}