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

@ -31,7 +31,7 @@ namespace DSP
{
class DSPManager;
}
namespace DVDInterface
namespace DVD
{
class DVDInterfaceManager;
}
@ -127,7 +127,7 @@ public:
CoreTiming::CoreTimingManager& GetCoreTiming() const;
CommandProcessor::CommandProcessorManager& GetCommandProcessor() const;
DSP::DSPManager& GetDSP() const;
DVDInterface::DVDInterfaceManager& GetDVDInterface() const;
DVD::DVDInterfaceManager& GetDVDInterface() const;
DVDThread::DVDThreadManager& GetDVDThread() const;
ExpansionInterface::ExpansionInterfaceState& GetExpansionInterfaceState() const;
Fifo::FifoManager& GetFifo() const;