Просмотр исходного кода

Merge pull request #8109 from lat9nq/god-why

yuzu_cmd: Start the logging backend
Morph 4 лет назад
Родитель
Сommit
6552968df4
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;