diff options
Diffstat (limited to 'src/yuzu_cmd/yuzu.cpp')
| -rw-r--r-- | src/yuzu_cmd/yuzu.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/yuzu_cmd/yuzu.cpp b/src/yuzu_cmd/yuzu.cpp index f6d563017..ab12dd15d 100644 --- a/src/yuzu_cmd/yuzu.cpp +++ b/src/yuzu_cmd/yuzu.cpp | |||
| @@ -11,11 +11,7 @@ | |||
| 11 | #include <fmt/ostream.h> | 11 | #include <fmt/ostream.h> |
| 12 | 12 | ||
| 13 | #include "common/detached_tasks.h" | 13 | #include "common/detached_tasks.h" |
| 14 | #include "common/fs/fs.h" | ||
| 15 | #include "common/fs/fs_paths.h" | ||
| 16 | #include "common/fs/path_util.h" | ||
| 17 | #include "common/logging/backend.h" | 14 | #include "common/logging/backend.h" |
| 18 | #include "common/logging/filter.h" | ||
| 19 | #include "common/logging/log.h" | 15 | #include "common/logging/log.h" |
| 20 | #include "common/microprofile.h" | 16 | #include "common/microprofile.h" |
| 21 | #include "common/nvidia_flags.h" | 17 | #include "common/nvidia_flags.h" |
| @@ -78,6 +74,7 @@ static void PrintVersion() { | |||
| 78 | int main(int argc, char** argv) { | 74 | int main(int argc, char** argv) { |
| 79 | Common::Log::Initialize(); | 75 | Common::Log::Initialize(); |
| 80 | Common::Log::SetColorConsoleBackendEnabled(true); | 76 | Common::Log::SetColorConsoleBackendEnabled(true); |
| 77 | Common::Log::Start(); | ||
| 81 | Common::DetachedTasks detached_tasks; | 78 | Common::DetachedTasks detached_tasks; |
| 82 | 79 | ||
| 83 | int option_index = 0; | 80 | int option_index = 0; |