mirror of
https://github.com/yuzu-emu/yuzu-mainline.git
synced 2024-06-14 18:19:28 +02:00
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user