mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Rename FUN_1009d0d0 into GetBestDevice (#1478)
This commit is contained in:
@@ -236,7 +236,7 @@ BOOL CConfigApp::ReadRegisterSettings()
|
||||
if (tmp != 0) {
|
||||
is_modified = TRUE;
|
||||
m_device_enumerator->FUN_1009d210();
|
||||
tmp = m_device_enumerator->FUN_1009d0d0();
|
||||
tmp = m_device_enumerator->GetBestDevice();
|
||||
m_device_enumerator->GetDevice(tmp, m_driver, m_device);
|
||||
}
|
||||
if (!ReadRegInt("Display Bit Depth", &m_display_bit_depth)) {
|
||||
|
Reference in New Issue
Block a user