mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-31 14:52:11 +01:00
[d3d9] Remove unnecessary dirty checks in Reset
This commit is contained in:
parent
fbf76e8420
commit
1592e2770b
@ -462,8 +462,6 @@ namespace dxvk {
|
|||||||
this->NormalizePresentParameters(pPresentParams);
|
this->NormalizePresentParameters(pPresentParams);
|
||||||
|
|
||||||
m_dirty |= m_presentParams.BackBufferFormat != pPresentParams->BackBufferFormat
|
m_dirty |= m_presentParams.BackBufferFormat != pPresentParams->BackBufferFormat
|
||||||
|| m_presentParams.BackBufferWidth != pPresentParams->BackBufferWidth
|
|
||||||
|| m_presentParams.BackBufferHeight != pPresentParams->BackBufferHeight
|
|
||||||
|| m_presentParams.BackBufferCount != pPresentParams->BackBufferCount;
|
|| m_presentParams.BackBufferCount != pPresentParams->BackBufferCount;
|
||||||
|
|
||||||
bool changeFullscreen = m_presentParams.Windowed != pPresentParams->Windowed;
|
bool changeFullscreen = m_presentParams.Windowed != pPresentParams->Windowed;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user