mirror of
https://github.com/optiscaler/OptiScaler.git
synced 2026-05-29 21:13:14 +00:00
Update nvngx.ini
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user