diff options
Diffstat (limited to 'src/core/core.cpp')
| -rw-r--r-- | src/core/core.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/core.cpp b/src/core/core.cpp index 6dda20faa..11094a87a 100644 --- a/src/core/core.cpp +++ b/src/core/core.cpp | |||
| @@ -129,10 +129,12 @@ struct System::Impl { | |||
| 129 | return ResultStatus::ErrorVideoCore; | 129 | return ResultStatus::ErrorVideoCore; |
| 130 | } | 130 | } |
| 131 | 131 | ||
| 132 | is_powered_on = true; | ||
| 133 | |||
| 132 | gpu_core = std::make_unique<Tegra::GPU>(system, renderer->Rasterizer()); | 134 | gpu_core = std::make_unique<Tegra::GPU>(system, renderer->Rasterizer()); |
| 133 | 135 | ||
| 134 | cpu_core_manager.Initialize(system); | 136 | cpu_core_manager.Initialize(system); |
| 135 | is_powered_on = true; | 137 | |
| 136 | LOG_DEBUG(Core, "Initialized OK"); | 138 | LOG_DEBUG(Core, "Initialized OK"); |
| 137 | 139 | ||
| 138 | // Reset counters and set time origin to current frame | 140 | // Reset counters and set time origin to current frame |