mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
HW/DVD: Merge DVDThread namespace into DVD.
This commit is contained in:
parent
d26a540253
commit
25e883280a
4 changed files with 10 additions and 16 deletions
|
@ -51,7 +51,7 @@ struct System::Impl
|
|||
CPU::CPUManager m_cpu;
|
||||
DSP::DSPManager m_dsp;
|
||||
DVD::DVDInterface m_dvd_interface;
|
||||
DVDThread::DVDThreadManager m_dvd_thread;
|
||||
DVD::DVDThreadManager m_dvd_thread;
|
||||
ExpansionInterface::ExpansionInterfaceState m_expansion_interface_state;
|
||||
Fifo::FifoManager m_fifo;
|
||||
GeometryShaderManager m_geometry_shader_manager;
|
||||
|
@ -143,7 +143,7 @@ DVD::DVDInterface& System::GetDVDInterface() const
|
|||
return m_impl->m_dvd_interface;
|
||||
}
|
||||
|
||||
DVDThread::DVDThreadManager& System::GetDVDThread() const
|
||||
DVD::DVDThreadManager& System::GetDVDThread() const
|
||||
{
|
||||
return m_impl->m_dvd_thread;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue