Browse Source
Merge pull request #8109 from lat9nq/god-why
yuzu_cmd: Start the logging backend
pull/15/merge
Morph
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
src/yuzu_cmd/yuzu.cpp
|
|
|
@ -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; |
|
|
|
|