summaryrefslogtreecommitdiff
path: root/src/core/core.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/core.cpp')
-rw-r--r--src/core/core.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core.cpp b/src/core/core.cpp
index 11094a87a..9e5d167c3 100644
--- a/src/core/core.cpp
+++ b/src/core/core.cpp
@@ -131,7 +131,7 @@ struct System::Impl {
131 131
132 is_powered_on = true; 132 is_powered_on = true;
133 133
134 gpu_core = std::make_unique<Tegra::GPU>(system, renderer->Rasterizer()); 134 gpu_core = std::make_unique<Tegra::GPU>(system, *renderer);
135 135
136 cpu_core_manager.Initialize(system); 136 cpu_core_manager.Initialize(system);
137 137