Quellcode durchsuchen

yuzu_cmd: Start the logging backend

lat9nq vor 4 Jahren
Ursprung
Commit
0d7a0c0817
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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;