Rename FUN_1009d0d0 into GetBestDevice (#1478)

This commit is contained in:
Anders Jenbo
2025-05-12 22:34:37 +02:00
committed by GitHub
parent e59345c88c
commit 7e98f0e11c
4 changed files with 4 additions and 4 deletions

View File

@@ -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)) {