mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-06 19:01:36 +03:00
CDUtils: Amend function names
Amends the function names to follow our coding style.
This commit is contained in:
parent
1f75fa0aff
commit
470b09fe9d
7 changed files with 18 additions and 18 deletions
|
@ -72,7 +72,7 @@ wxMenu* MainMenuBar::CreateFileMenu() const
|
|||
{
|
||||
auto* const external_drive_menu = new wxMenu;
|
||||
|
||||
const std::vector<std::string> drives = Common::cdio_get_devices();
|
||||
const std::vector<std::string> drives = Common::GetCDDevices();
|
||||
// Windows Limitation of 24 character drives
|
||||
for (size_t i = 0; i < drives.size() && i < 24; i++)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue