summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Morph2022-03-29 03:52:50 -0400
committerGravatar GitHub2022-03-29 03:52:50 -0400
commit6552968df409817af219e339c46a6cf703ec6386 (patch)
treebc600bca8b58d3fa9735f25d62af1ea9ad510ba9 /src
parentMerge pull request #8106 from ameerj/gl-extreme-crash (diff)
parentyuzu_cmd: Start the logging backend (diff)
downloadyuzu-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.cpp1
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() {
74int main(int argc, char** argv) { 74int 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;