[idd] ipc/helper: notify the helper if a software renderer is in use

This commit is contained in:
Geoffrey McRae
2026-06-03 22:25:07 +10:00
parent b3701992c1
commit b77b36aff0
12 changed files with 63 additions and 161 deletions

View File

@@ -71,7 +71,6 @@ reInit:
}
m_swapChain.reset(new CSwapChainProcessor(m_monitor, m_devContext, swapChain, m_dx11Device, m_dx12Device, newFrameEvent));
g_pipe.SetGPUStatus(m_dx11Device->IsSoftware());
}
void CIndirectMonitorContext::UnassignSwapChain()