mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
CDUtils: Namespace code under the Common namespace
This commit is contained in:
@ -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())
|
||||
|
Reference in New Issue
Block a user