mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
HW/DVD: Rename DVDThreadManager to DVDThread.
This commit is contained in:
parent
25e883280a
commit
d31733ce64
4 changed files with 41 additions and 41 deletions
|
@ -51,7 +51,7 @@ struct System::Impl
|
|||
CPU::CPUManager m_cpu;
|
||||
DSP::DSPManager m_dsp;
|
||||
DVD::DVDInterface m_dvd_interface;
|
||||
DVD::DVDThreadManager m_dvd_thread;
|
||||
DVD::DVDThread 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;
|
||||
}
|
||||
|
||||
DVD::DVDThreadManager& System::GetDVDThread() const
|
||||
DVD::DVDThread& System::GetDVDThread() const
|
||||
{
|
||||
return m_impl->m_dvd_thread;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue