mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
HW/DVD: Rename DVDInterface namespace to DVD.
This commit is contained in:
@ -344,7 +344,7 @@ bool CBoot::DVDReadDiscID(Core::System& system, const DiscIO::VolumeDisc& disc,
|
||||
|
||||
// Transition out of the DiscIdNotRead state (which the drive should be in at this point,
|
||||
// on the assumption that this is only used for the first read)
|
||||
system.GetDVDInterface().SetDriveState(DVDInterface::DriveState::ReadyNoReadsMade);
|
||||
system.GetDVDInterface().SetDriveState(DVD::DriveState::ReadyNoReadsMade);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user