mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
VideoCommon/PixelEngine: Refactor to class, move to Core::System.
This commit is contained in:
parent
82e87cf7b9
commit
ec8aaf1f30
10 changed files with 275 additions and 228 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue