mirror of
https://github.com/optiscaler/OptiScaler.git
synced 2026-05-04 08:41:43 +00:00
Added more logs
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user