forked from Github/PrismLauncher
add libMangoHud_shim.so to mangohub preloadlist (#3413)
This commit is contained in:
commit
3295b0717a
1 changed files with 1 additions and 0 deletions
|
|
@ -656,6 +656,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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue