HW/DVD: Rename DVDInterface namespace to DVD.

This commit is contained in:
Admiral H. Curtiss
2023-03-10 18:33:09 +01:00
parent dca8e9dc1e
commit ee35103ed9
11 changed files with 44 additions and 47 deletions

View File

@ -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;
}