mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00: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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue