Преглед изворни кода

yuzu_cmd: Start the logging backend

lat9nq пре 4 година
родитељ
комит
0d7a0c0817
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      src/yuzu_cmd/yuzu.cpp

+ 1 - 0
src/yuzu_cmd/yuzu.cpp

@@ -74,6 +74,7 @@ static void PrintVersion() {
 int main(int argc, char** argv) {
     Common::Log::Initialize();
     Common::Log::SetColorConsoleBackendEnabled(true);
+    Common::Log::Start();
     Common::DetachedTasks detached_tasks;
 
     int option_index = 0;