Explorar el Código

Merge pull request #8109 from lat9nq/god-why

yuzu_cmd: Start the logging backend
Morph hace 4 años
padre
commit
6552968df4
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;