yuzu_cmd: Start the logging backend
This commit is contained in:
parent
642913b0d1
commit
0d7a0c0817
|
@ -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;
|
||||
|
|
Reference in New Issue