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 fa059a394..13d02e75f 100644 --- a/src/core/core.cpp +++ b/src/core/core.cpp | |||
| @@ -216,7 +216,7 @@ struct System::Impl { | |||
| 216 | 216 | ||
| 217 | telemetry_session = std::make_unique<Core::TelemetrySession>(); | 217 | telemetry_session = std::make_unique<Core::TelemetrySession>(); |
| 218 | 218 | ||
| 219 | host1x_core = std::make_unique<Tegra::Host1x::Host1x>(); | 219 | host1x_core = std::make_unique<Tegra::Host1x::Host1x>(system); |
| 220 | gpu_core = VideoCore::CreateGPU(emu_window, system); | 220 | gpu_core = VideoCore::CreateGPU(emu_window, system); |
| 221 | if (!gpu_core) { | 221 | if (!gpu_core) { |
| 222 | return SystemResultStatus::ErrorVideoCore; | 222 | return SystemResultStatus::ErrorVideoCore; |