Remove GetDriverList getter (#1624)

This commit is contained in:
MS
2025-07-14 11:44:14 -04:00
committed by GitHub
parent 356c64ce0e
commit e155bea7fd
6 changed files with 24 additions and 24 deletions

View File

@@ -245,7 +245,7 @@ D3DCOLORMODEL CConfigApp::GetHardwareDeviceColorModel() const
BOOL CConfigApp::IsPrimaryDriver() const
{
assert(m_driver && m_device_enumerator);
return m_driver == &m_device_enumerator->GetDriverList().front();
return m_driver == &m_device_enumerator->m_ddInfo.front();
}
// FUNCTION: CONFIG 0x00403430