mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +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
|
@ -176,7 +176,7 @@ u32 SectorReader::ReadChunk(u8* buffer, u64 chunk_num)
|
|||
|
||||
std::unique_ptr<BlobReader> CreateBlobReader(const std::string& filename)
|
||||
{
|
||||
if (Common::cdio_is_cdrom(filename))
|
||||
if (Common::IsCDROMDevice(filename))
|
||||
return DriveReader::Create(filename);
|
||||
|
||||
File::IOFile file(filename, "rb");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue