Update nvngx.ini

This commit is contained in:
cdozdil
2024-04-20 02:33:41 +03:00
committed by GitHub
parent 92d81f6a85
commit a4b3f8fcda
+4 -4
View File
@@ -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