Skip to content

Commit d503719

Browse files
committed
Merge branch 'Boria138-mangohud-opengl' into devel
2 parents 1ff8fef + 2fe14cd commit d503719

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data_from_portwine/scripts/functions_helper

+2-2
Original file line numberDiff line numberDiff line change
@@ -1814,9 +1814,9 @@ pw_mangohud_check () {
18141814
print_info "System MangoHud is enabled"
18151815
export PW_MANGOHUD_SLR='MANGOHUD=1'
18161816
fi
1817-
# TODO: need to fix work for OpenGL...
1817+
# TODO: need to fix work for OpenGL without flatpak...
18181818
if [[ $PW_USE_GALLIUM_ZINK == "0" ]] ; then
1819-
MANGOHUD_LIB_NAME="libMangoHud_shim.so:libMangoHud_opengl.so"
1819+
MANGOHUD_LIB_NAME="libMangoHud_shim.so"
18201820
export PW_LD_PRELOAD="${PW_LD_PRELOAD:+$PW_LD_PRELOAD:}${MANGOHUD_LIB_NAME}"
18211821
fi
18221822
else

0 commit comments

Comments
 (0)