The built-in low latency mode will work together with the built-in frame rate limiter, but keep in mind that that mode isn't really all that useful for anything outside of some old d3d9 games because anything more modern than that has several layers of threading, and we have no way to really stall the application thread that's responsible for input sampling.
As for games with native Reflex support, that kind of falls apart as soon as any sort of V-Sync or frame rate limiting is going on.
Understood, thanks for the reply.
Nothing extracted yet.
Will
dxvk.latencySleep = Truework correctly withdxgi.maxFrameRate/d3d9.maxFrameRate = 144anddxvk.tearFree = Trueenabled in the config? Or the situation will be like with AMD Chill and AMD Anti-Lag, that they cannot be enabled together.