From 4e08d6dcf2a014a5ba2cfec1b8dc80e69c189487 Mon Sep 17 00:00:00 2001 From: cdozdil Date: Fri, 11 Jul 2025 23:20:54 +0300 Subject: [PATCH] Correct log info --- OptiScaler/inputs/NVNGX_DLSS_Dx12.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OptiScaler/inputs/NVNGX_DLSS_Dx12.cpp b/OptiScaler/inputs/NVNGX_DLSS_Dx12.cpp index 59102003..9862d55b 100644 --- a/OptiScaler/inputs/NVNGX_DLSS_Dx12.cpp +++ b/OptiScaler/inputs/NVNGX_DLSS_Dx12.cpp @@ -1678,7 +1678,7 @@ NVSDK_NGX_API NVSDK_NGX_Result NVSDK_NGX_D3D12_EvaluateFeature(ID3D12GraphicsCom FrameGen_Dx12::fgCopyCommandQueue->ExecuteCommandLists(1, cl); #endif - LOG_DEBUG("(FG) copy buffers done, frame: {0}", deviceContext->feature->FrameCount()); + LOG_DEBUG("(FG) copy buffers done, frame: {0}", fg->FrameCount()); } // Record the first timestamp