CDUtils: Amend function names

Amends the function names to follow our coding style.
This commit is contained in:
Lioncash
2018-05-27 18:24:43 -04:00
parent 1f75fa0aff
commit 470b09fe9d
7 changed files with 18 additions and 18 deletions

View File

@ -397,7 +397,7 @@ void GameListCtrl::RefreshList()
if (SConfig::GetInstance().m_ListDrives)
{
std::unique_lock<std::mutex> lk(m_title_database_mutex);
for (const auto& drive : Common::cdio_get_devices())
for (const auto& drive : Common::GetCDDevices())
{
auto file = std::make_shared<UICommon::GameFile>(drive);
if (file->IsValid())