aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2022-03-29 03:52:50 -0400
committerGitHub <noreply@github.com>2022-03-29 03:52:50 -0400
commit6552968df409817af219e339c46a6cf703ec6386 (patch)
treebc600bca8b58d3fa9735f25d62af1ea9ad510ba9 /src
parent063d38a99157dc72329678a0b0ca5df3d65dab8d (diff)
parent0d7a0c0817dd0a7a395bf1817026d2880d747bd2 (diff)
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 14bf82f39b..ab12dd15d7 100644
--- a/src/yuzu_cmd/yuzu.cpp
+++ b/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;