mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-11-04 00:49:02 -06:00 
			
		
		
		
	yuzu_cmd: Start the logging backend
This commit is contained in:
		@@ -74,6 +74,7 @@ static void PrintVersion() {
 | 
				
			|||||||
int main(int argc, char** argv) {
 | 
					int main(int argc, char** argv) {
 | 
				
			||||||
    Common::Log::Initialize();
 | 
					    Common::Log::Initialize();
 | 
				
			||||||
    Common::Log::SetColorConsoleBackendEnabled(true);
 | 
					    Common::Log::SetColorConsoleBackendEnabled(true);
 | 
				
			||||||
 | 
					    Common::Log::Start();
 | 
				
			||||||
    Common::DetachedTasks detached_tasks;
 | 
					    Common::DetachedTasks detached_tasks;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    int option_index = 0;
 | 
					    int option_index = 0;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user