mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
VideoCommon/PixelEngine: Passthrough system instance in constructor
Simplifies the interface in terms of usage
This commit is contained in:
parent
b1438c224f
commit
e539dbba4c
5 changed files with 34 additions and 27 deletions
|
@ -380,7 +380,7 @@ bool VideoBackendBase::InitializeShared(std::unique_ptr<AbstractGfx> gfx,
|
|||
auto& command_processor = system.GetCommandProcessor();
|
||||
command_processor.Init();
|
||||
system.GetFifo().Init();
|
||||
system.GetPixelEngine().Init(system);
|
||||
system.GetPixelEngine().Init();
|
||||
BPInit();
|
||||
VertexLoaderManager::Init();
|
||||
system.GetVertexShaderManager().Init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue