diff options
| author | 2022-03-29 03:52:50 -0400 | |
|---|---|---|
| committer | 2022-03-29 03:52:50 -0400 | |
| commit | 6552968df409817af219e339c46a6cf703ec6386 (patch) | |
| tree | bc600bca8b58d3fa9735f25d62af1ea9ad510ba9 /src | |
| parent | Merge pull request #8106 from ameerj/gl-extreme-crash (diff) | |
| parent | yuzu_cmd: Start the logging backend (diff) | |
| download | yuzu-6552968df409817af219e339c46a6cf703ec6386.tar.gz yuzu-6552968df409817af219e339c46a6cf703ec6386.tar.xz yuzu-6552968df409817af219e339c46a6cf703ec6386.zip | |
Merge pull request #8109 from lat9nq/god-why
yuzu_cmd: Start the logging backend
Diffstat (limited to 'src')
| -rw-r--r-- | src/yuzu_cmd/yuzu.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu_cmd/yuzu.cpp b/src/yuzu_cmd/yuzu.cpp index 14bf82f39..ab12dd15d 100644 --- a/src/yuzu_cmd/yuzu.cpp +++ b/src/yuzu_cmd/yuzu.cpp | |||
| @@ -74,6 +74,7 @@ static void PrintVersion() { | |||
| 74 | int main(int argc, char** argv) { | 74 | int main(int argc, char** argv) { |
| 75 | Common::Log::Initialize(); | 75 | Common::Log::Initialize(); |
| 76 | Common::Log::SetColorConsoleBackendEnabled(true); | 76 | Common::Log::SetColorConsoleBackendEnabled(true); |
| 77 | Common::Log::Start(); | ||
| 77 | Common::DetachedTasks detached_tasks; | 78 | Common::DetachedTasks detached_tasks; |
| 78 | 79 | ||
| 79 | int option_index = 0; | 80 | int option_index = 0; |