mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
HW/DVD: Rename DVDInterface namespace to DVD.
This commit is contained in:
parent
dca8e9dc1e
commit
ee35103ed9
11 changed files with 44 additions and 47 deletions
|
@ -50,7 +50,7 @@ struct System::Impl
|
|||
CommandProcessor::CommandProcessorManager m_command_processor;
|
||||
CPU::CPUManager m_cpu;
|
||||
DSP::DSPManager m_dsp;
|
||||
DVDInterface::DVDInterfaceManager m_dvd_interface;
|
||||
DVD::DVDInterfaceManager m_dvd_interface;
|
||||
DVDThread::DVDThreadManager m_dvd_thread;
|
||||
ExpansionInterface::ExpansionInterfaceState m_expansion_interface_state;
|
||||
Fifo::FifoManager m_fifo;
|
||||
|
@ -138,7 +138,7 @@ DSP::DSPManager& System::GetDSP() const
|
|||
return m_impl->m_dsp;
|
||||
}
|
||||
|
||||
DVDInterface::DVDInterfaceManager& System::GetDVDInterface() const
|
||||
DVD::DVDInterfaceManager& System::GetDVDInterface() const
|
||||
{
|
||||
return m_impl->m_dvd_interface;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue