From 725f07afd42521e5204a8d282cf32daeaa72acfd Mon Sep 17 00:00:00 2001 From: cdozdil Date: Tue, 15 Jul 2025 15:30:23 +0300 Subject: [PATCH] Fix Unity Flip is not working --- OptiScaler/framegen/IFGFeature_Dx12.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/OptiScaler/framegen/IFGFeature_Dx12.cpp b/OptiScaler/framegen/IFGFeature_Dx12.cpp index bacdc2f2..69bf2bc5 100644 --- a/OptiScaler/framegen/IFGFeature_Dx12.cpp +++ b/OptiScaler/framegen/IFGFeature_Dx12.cpp @@ -266,13 +266,11 @@ void IFGFeature_Dx12::SetHudless(ID3D12GraphicsCommandList* cmdList, ID3D12Resou void IFGFeature_Dx12::CreateObjects(ID3D12Device* InDevice) { - return; + _device = InDevice; // if (_commandAllocators[0] != nullptr) // return; - //_device = InDevice; - // LOG_DEBUG(""); // do