mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-14 01:42:40 +00:00
gpu: Refactor to take RendererBase instead of RasterizerInterface.
This commit is contained in:
@@ -131,7 +131,7 @@ struct System::Impl {
|
||||
|
||||
is_powered_on = true;
|
||||
|
||||
gpu_core = std::make_unique<Tegra::GPU>(system, renderer->Rasterizer());
|
||||
gpu_core = std::make_unique<Tegra::GPU>(system, *renderer);
|
||||
|
||||
cpu_core_manager.Initialize(system);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user