Merge pull request #8109 from lat9nq/god-why

yuzu_cmd: Start the logging backend
This commit is contained in:
Morph 2022-03-29 03:52:50 -04:00 committed by GitHub
commit 6552968df4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;