From 2c99f89c8d2bb2e7d33326be070a35456736bb57 Mon Sep 17 00:00:00 2001 From: cdozdil Date: Mon, 1 Dec 2025 00:15:24 +0300 Subject: [PATCH] Corrected one log --- OptiScaler/framegen/ffx/FSRFG_Dx12.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OptiScaler/framegen/ffx/FSRFG_Dx12.cpp b/OptiScaler/framegen/ffx/FSRFG_Dx12.cpp index 3095c33e..e05e983e 100644 --- a/OptiScaler/framegen/ffx/FSRFG_Dx12.cpp +++ b/OptiScaler/framegen/ffx/FSRFG_Dx12.cpp @@ -1265,7 +1265,7 @@ bool FSRFG_Dx12::Present() { if (_uiCommandListResetted[fIndex]) { - LOG_DEBUG("Executing _uiCommandList[fIndex][{}]: {:X}", fIndex, (size_t) _uiCommandList[fIndex]); + LOG_DEBUG("Executing _uiCommandList[{}]: {:X}", fIndex, (size_t) _uiCommandList[fIndex]); auto closeResult = _uiCommandList[fIndex]->Close(); if (closeResult == S_OK)