CDUtils: Namespace code under the Common namespace

This commit is contained in:
Lioncash
2018-05-27 18:21:59 -04:00
parent 5fdf171967
commit 1f75fa0aff
7 changed files with 11 additions and 5 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 : cdio_get_devices())
for (const auto& drive : Common::cdio_get_devices())
{
auto file = std::make_shared<UICommon::GameFile>(drive);
if (file->IsValid())