yuzu_cmd: Start the logging backend

merge-requests/60/head
lat9nq 2022-03-28 23:14:42 +07:00
parent 642913b0d1
commit 0d7a0c0817
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;