mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
VideoCommon/CommandProcessor: Refactor to class, move to Core::System.
This commit is contained in:
@@ -316,7 +316,9 @@ void VideoBackendBase::InitializeShared()
|
||||
// do not initialize again for the config window
|
||||
m_initialized = true;
|
||||
|
||||
CommandProcessor::Init();
|
||||
auto& system = Core::System::GetInstance();
|
||||
auto& command_processor = system.GetCommandProcessor();
|
||||
command_processor.Init(system);
|
||||
Fifo::Init();
|
||||
PixelEngine::Init();
|
||||
BPInit();
|
||||
|
||||
Reference in New Issue
Block a user