mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
VideoCommon/PixelEngine: Pass Core::System to methods.
This commit is contained in:
parent
ec8aaf1f30
commit
c486baffe6
4 changed files with 23 additions and 24 deletions
|
@ -325,7 +325,7 @@ void VideoBackendBase::InitializeShared()
|
|||
auto& command_processor = system.GetCommandProcessor();
|
||||
command_processor.Init(system);
|
||||
system.GetFifo().Init(system);
|
||||
system.GetPixelEngine().Init();
|
||||
system.GetPixelEngine().Init(system);
|
||||
BPInit();
|
||||
VertexLoaderManager::Init();
|
||||
VertexShaderManager::Init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue