diff --git a/nvngx.ini b/nvngx.ini index 98d19c0d..d9998f42 100644 --- a/nvngx.ini +++ b/nvngx.ini @@ -11,11 +11,11 @@ Dx12Upscaler=auto ; fsr21 or fsr22 - Default (auto) is fsr21 VulkanUpscaler=auto -; Enables supersampling option for Dx12 and Dx11 with Dx12 backends +; Enable pseudo-supersampling option for Dx12 and Dx11 with Dx12 backends ; true or false - Default (auto) is false SuperSamplingEnabled=auto -; Supersampling ratio +; Pseudo-supersampling ratio ; 0.0 - 5.0 - Default (auto) is 2.5 SuperSamplingMultiplier=auto @@ -25,9 +25,9 @@ SuperSamplingMultiplier=auto ; ; Valid values are; ; 0 - Safe syncing is off (fastest, most prone to errors) -; 1 - Only Fences +; 1 - Only Fences (default) ; 2 - Fences + Flush after Dx11 texture copies -; 3 - Sync after output copy +; 3 - Sync after output copy (most compatible) ; 4 - No fences, all sync done with queries (slowest) ; ; 0 is fastest, 4 is slowest