diff options
Diffstat (limited to 'src/core/core.cpp')
| -rw-r--r-- | src/core/core.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core.cpp b/src/core/core.cpp index 8aa0932c5..ab7181a05 100644 --- a/src/core/core.cpp +++ b/src/core/core.cpp | |||
| @@ -128,7 +128,7 @@ struct System::Impl { | |||
| 128 | return ResultStatus::ErrorVideoCore; | 128 | return ResultStatus::ErrorVideoCore; |
| 129 | } | 129 | } |
| 130 | 130 | ||
| 131 | gpu_core = std::make_unique<Tegra::GPU>(renderer->Rasterizer()); | 131 | gpu_core = std::make_unique<Tegra::GPU>(system, renderer->Rasterizer()); |
| 132 | 132 | ||
| 133 | cpu_core_manager.Initialize(system); | 133 | cpu_core_manager.Initialize(system); |
| 134 | is_powered_on = true; | 134 | is_powered_on = true; |