mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
CDUtils: Amend function names
Amends the function names to follow our coding style.
This commit is contained in:
@ -10,8 +10,8 @@
|
||||
namespace Common
|
||||
{
|
||||
// Returns a pointer to an array of strings with the device names
|
||||
std::vector<std::string> cdio_get_devices();
|
||||
std::vector<std::string> GetCDDevices();
|
||||
|
||||
// Returns true if device is cdrom/dvd
|
||||
bool cdio_is_cdrom(std::string device);
|
||||
bool IsCDROMDevice(std::string device);
|
||||
} // namespace Common
|
||||
|
Reference in New Issue
Block a user