فهرست منبع

core: Set is_powered_on before GPU is initialized.

bunnei 7 سال پیش
والد
کامیت
81e086b5ac
1فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 3 1
      src/core/core.cpp

+ 3 - 1
src/core/core.cpp

@@ -129,10 +129,12 @@ struct System::Impl {
             return ResultStatus::ErrorVideoCore;
             return ResultStatus::ErrorVideoCore;
         }
         }
 
 
+        is_powered_on = true;
+
         gpu_core = std::make_unique<Tegra::GPU>(system, renderer->Rasterizer());
         gpu_core = std::make_unique<Tegra::GPU>(system, renderer->Rasterizer());
 
 
         cpu_core_manager.Initialize(system);
         cpu_core_manager.Initialize(system);
-        is_powered_on = true;
+
         LOG_DEBUG(Core, "Initialized OK");
         LOG_DEBUG(Core, "Initialized OK");
 
 
         // Reset counters and set time origin to current frame
         // Reset counters and set time origin to current frame