Merge pull request #8109 from lat9nq/god-why
yuzu_cmd: Start the logging backend
This commit is contained in:
commit
6552968df4
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue