disabled frame limiting if frame generator is enabled

This commit is contained in:
Mikhail Tergoev
2026-01-08 11:25:43 +03:00
parent 294146b4bb
commit 2738517f5a

View File

@@ -4491,7 +4491,7 @@ fi
;;
esac
elif [[ "${PW_USE_LS_FRAME_GEN}" == "1" ]] ; then
export MESA_VK_WSI_PRESENT_MODE="relaxed"
export MESA_VK_WSI_PRESENT_MODE="immediate"
unset vblank_mode __GL_SYNC_TO_VBLANK
fi