Explorar el Código

yuzu_cmd: Start the logging backend

lat9nq hace 4 años
padre
commit
0d7a0c0817
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;