mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
HW/DVD: Rename DVDThreadManager to DVDThread.
This commit is contained in:
@ -34,7 +34,7 @@ class DSPManager;
|
||||
namespace DVD
|
||||
{
|
||||
class DVDInterface;
|
||||
class DVDThreadManager;
|
||||
class DVDThread;
|
||||
} // namespace DVD
|
||||
namespace ExpansionInterface
|
||||
{
|
||||
@ -125,7 +125,7 @@ public:
|
||||
CommandProcessor::CommandProcessorManager& GetCommandProcessor() const;
|
||||
DSP::DSPManager& GetDSP() const;
|
||||
DVD::DVDInterface& GetDVDInterface() const;
|
||||
DVD::DVDThreadManager& GetDVDThread() const;
|
||||
DVD::DVDThread& GetDVDThread() const;
|
||||
ExpansionInterface::ExpansionInterfaceState& GetExpansionInterfaceState() const;
|
||||
Fifo::FifoManager& GetFifo() const;
|
||||
GeometryShaderManager& GetGeometryShaderManager() const;
|
||||
|
Reference in New Issue
Block a user