mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Remove GetDriverList getter (#1624)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user