mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-17 12:58:55 +02: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