Added more logs

This commit is contained in:
cdozdil
2025-10-29 01:31:10 +03:00
parent 4fcc61de73
commit b2fdb58e34
+8
View File
@@ -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();