mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	yuzu-cmd: fix SDL logging
This commit is contained in:
		
							parent
							
								
									a8974f0556
								
							
						
					
					
						commit
						975226e7ff
					
				@ -82,6 +82,9 @@ int main(int argc, char** argv) {
 | 
				
			|||||||
    int option_index = 0;
 | 
					    int option_index = 0;
 | 
				
			||||||
    bool use_gdbstub = Settings::values.use_gdbstub;
 | 
					    bool use_gdbstub = Settings::values.use_gdbstub;
 | 
				
			||||||
    u32 gdb_port = static_cast<u32>(Settings::values.gdbstub_port);
 | 
					    u32 gdb_port = static_cast<u32>(Settings::values.gdbstub_port);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    InitializeLogging();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    char* endarg;
 | 
					    char* endarg;
 | 
				
			||||||
#ifdef _WIN32
 | 
					#ifdef _WIN32
 | 
				
			||||||
    int argc_w;
 | 
					    int argc_w;
 | 
				
			||||||
@ -144,8 +147,6 @@ int main(int argc, char** argv) {
 | 
				
			|||||||
    LocalFree(argv_w);
 | 
					    LocalFree(argv_w);
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    InitializeLogging();
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    MicroProfileOnThreadCreate("EmuThread");
 | 
					    MicroProfileOnThreadCreate("EmuThread");
 | 
				
			||||||
    SCOPE_EXIT({ MicroProfileShutdown(); });
 | 
					    SCOPE_EXIT({ MicroProfileShutdown(); });
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user