forked from CastroFidel/PortWINE
Merge branch 'mangohud-opengl' of github.com:Boria138/PortWINE into Boria138-mangohud-opengl
This commit is contained in:
commit
2fe14cd337
@ -1814,9 +1814,9 @@ pw_mangohud_check () {
|
||||
print_info "System MangoHud is enabled"
|
||||
export PW_MANGOHUD_SLR='MANGOHUD=1'
|
||||
fi
|
||||
# TODO: need to fix work for OpenGL...
|
||||
# TODO: need to fix work for OpenGL without flatpak...
|
||||
if [[ $PW_USE_GALLIUM_ZINK == "0" ]] ; then
|
||||
MANGOHUD_LIB_NAME="libMangoHud_shim.so:libMangoHud_opengl.so"
|
||||
MANGOHUD_LIB_NAME="libMangoHud_shim.so"
|
||||
export PW_LD_PRELOAD="${PW_LD_PRELOAD:+$PW_LD_PRELOAD:}${MANGOHUD_LIB_NAME}"
|
||||
fi
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user