diff --git a/OptiScaler/inputs/FG/FfxApi_Dx12_FG.cpp b/OptiScaler/inputs/FG/FfxApi_Dx12_FG.cpp index 74a519b0..805d1f4a 100644 --- a/OptiScaler/inputs/FG/FfxApi_Dx12_FG.cpp +++ b/OptiScaler/inputs/FG/FfxApi_Dx12_FG.cpp @@ -1049,6 +1049,10 @@ void ffxPresentCallback() fg->SetResource(&hudless); } } + else + { + LOG_ERROR("Present callback failed: {:X}", (UINT) result); + } currentBuffer->Release(); @@ -1132,6 +1136,10 @@ void ffxPresentCallback() fg->SetResource(&hudless); } } + else + { + LOG_ERROR("Frame Generation callback failed: {:X}", (UINT) result); + } currentBuffer->Release();