Document aynsc configuration correction.

Document stated setting 'async 1' disabled asynchronization.  This has been corrected.
This commit is contained in:
Con Huevos Guey 2020-03-18 06:42:35 -05:00 committed by GitHub
parent a5eb0b16da
commit df54d89fae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -135,7 +135,7 @@ configurations that can be used as a baseline for experiments:
* `vid_maxfps` set to the desired frame rate.
And there's always the option to disable the asynchronous client all
together by setting `cl_async` to `1`. In that case `cl_maxfps` and
together by setting `cl_async` to `0`. In that case `cl_maxfps` and
`vid_maxfps` are tied together, just like with the original client each
renderframe is also a clientframe. With that both precise timings and
tearing / micro stuttering free rendering can be archieved by setting