Merge branch 'Boria138-mangohud-opengl' into devel
This commit is contained in:
commit
d503719266
@ -1814,9 +1814,9 @@ pw_mangohud_check () {
|
|||||||
print_info "System MangoHud is enabled"
|
print_info "System MangoHud is enabled"
|
||||||
export PW_MANGOHUD_SLR='MANGOHUD=1'
|
export PW_MANGOHUD_SLR='MANGOHUD=1'
|
||||||
fi
|
fi
|
||||||
# TODO: need to fix work for OpenGL...
|
# TODO: need to fix work for OpenGL without flatpak...
|
||||||
if [[ $PW_USE_GALLIUM_ZINK == "0" ]] ; then
|
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}"
|
export PW_LD_PRELOAD="${PW_LD_PRELOAD:+$PW_LD_PRELOAD:}${MANGOHUD_LIB_NAME}"
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user