mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
CDUtils: Namespace code under the Common namespace
This commit is contained in:
@ -72,7 +72,7 @@ wxMenu* MainMenuBar::CreateFileMenu() const
|
||||
{
|
||||
auto* const external_drive_menu = new wxMenu;
|
||||
|
||||
const std::vector<std::string> drives = cdio_get_devices();
|
||||
const std::vector<std::string> drives = Common::cdio_get_devices();
|
||||
// Windows Limitation of 24 character drives
|
||||
for (size_t i = 0; i < drives.size() && i < 24; i++)
|
||||
{
|
||||
|
Reference in New Issue
Block a user