mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-05-16 14:27:16 +02:00
add libMangoHud_shim.so to mangohub preloadlist
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
79180db663
commit
9e954548dd
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user