Commit 2738517f authored by Mikhail Tergoev's avatar Mikhail Tergoev

disabled frame limiting if frame generator is enabled

parent 294146b4
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment