mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	initialized log manager
This commit is contained in:
		
							parent
							
								
									71d4fa9d3f
								
							
						
					
					
						commit
						dab2d6917b
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		|  | @ -23,6 +23,7 @@ | ||||||
|  */ |  */ | ||||||
| 
 | 
 | ||||||
| #include "common.h" | #include "common.h" | ||||||
|  | #include "log_manager.h" | ||||||
| #include "file_util.h" | #include "file_util.h" | ||||||
| 
 | 
 | ||||||
| //#if EMU_PLATFORM == PLATFORM_LINUX
 | //#if EMU_PLATFORM == PLATFORM_LINUX
 | ||||||
|  | @ -43,6 +44,10 @@ int __cdecl main(int argc, char **argv) { | ||||||
| 
 | 
 | ||||||
| 	std::string program_dir = File::GetCurrentDir(); | 	std::string program_dir = File::GetCurrentDir(); | ||||||
| 
 | 
 | ||||||
|  | 	LogManager::Init(); | ||||||
|  | 
 | ||||||
|  | 	NOTICE_LOG(ARM11, "Test\n"); | ||||||
|  | 
 | ||||||
|     //EmuWindow_GLFW* emu_window = new EmuWindow_GLFW;
 |     //EmuWindow_GLFW* emu_window = new EmuWindow_GLFW;
 | ||||||
| 
 | 
 | ||||||
|     //if (E_OK != core::Init(emu_window)) {
 |     //if (E_OK != core::Init(emu_window)) {
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue