mirror of
https://github.com/optiscaler/OptiScaler.git
synced 2026-09-24 06:15:42 +00:00
Disable some FG/SC resets for SetFullScreenstate
This commit is contained in:
@@ -263,6 +263,7 @@ HRESULT STDMETHODCALLTYPE WrappedIDXGISwapChain4::SetFullscreenState(BOOL Fullsc
|
||||
State::Instance().FGchanged = true;
|
||||
}
|
||||
|
||||
/*
|
||||
if (ClearTrig != nullptr)
|
||||
ClearTrig(true, Handle);
|
||||
|
||||
@@ -288,6 +289,8 @@ HRESULT STDMETHODCALLTYPE WrappedIDXGISwapChain4::SetFullscreenState(BOOL Fullsc
|
||||
buffer->Release();
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
}
|
||||
|
||||
if (Config::Instance()->FGUseMutexForSwaphain.value_or_default() && ffxLock)
|
||||
|
||||
@@ -2182,10 +2182,6 @@ void ResTrack_Dx12::ClearPossibleHudless()
|
||||
_skipHudless = false;
|
||||
_rcActive = false;
|
||||
_cmdList = false;
|
||||
|
||||
//_upscalerCommandList = nullptr;
|
||||
//_commandList = nullptr;
|
||||
|
||||
}
|
||||
|
||||
void ResTrack_Dx12::PresentDone()
|
||||
|
||||
Reference in New Issue
Block a user