mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
VideoCommon/PixelEngine: Refactor to class, move to Core::System.
This commit is contained in:
@ -325,7 +325,7 @@ void VideoBackendBase::InitializeShared()
|
||||
auto& command_processor = system.GetCommandProcessor();
|
||||
command_processor.Init(system);
|
||||
system.GetFifo().Init(system);
|
||||
PixelEngine::Init();
|
||||
system.GetPixelEngine().Init();
|
||||
BPInit();
|
||||
VertexLoaderManager::Init();
|
||||
VertexShaderManager::Init();
|
||||
|
Reference in New Issue
Block a user