mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	Log Citra version.
Class: Frontend Level: Info Format: "Citra Version: " + window title
This commit is contained in:
		
							parent
							
								
									9c65a45358
								
							
						
					
					
						commit
						0cece7918a
					
				
					 2 changed files with 4 additions and 0 deletions
				
			
		|  | @ -134,6 +134,8 @@ EmuWindow_SDL2::EmuWindow_SDL2(bool fullscreen) { | ||||||
|     OnMinimalClientAreaChangeRequest(GetActiveConfig().min_client_area_size); |     OnMinimalClientAreaChangeRequest(GetActiveConfig().min_client_area_size); | ||||||
|     SDL_PumpEvents(); |     SDL_PumpEvents(); | ||||||
|     SDL_GL_SetSwapInterval(Settings::values.use_vsync); |     SDL_GL_SetSwapInterval(Settings::values.use_vsync); | ||||||
|  |     NGLOG_INFO(Frontend, "Citra Version: {} | {}-{}", Common::g_build_name, Common::g_scm_branch, | ||||||
|  |                Common::g_scm_desc); | ||||||
| 
 | 
 | ||||||
|     DoneCurrent(); |     DoneCurrent(); | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -134,6 +134,8 @@ GMainWindow::GMainWindow() : config(new Config()), emu_thread(nullptr) { | ||||||
|     ConnectWidgetEvents(); |     ConnectWidgetEvents(); | ||||||
| 
 | 
 | ||||||
|     SetupUIStrings(); |     SetupUIStrings(); | ||||||
|  |     NGLOG_INFO(Frontend, "Citra Version: {} | {}-{}", Common::g_build_name, Common::g_scm_branch, | ||||||
|  |                Common::g_scm_desc); | ||||||
| 
 | 
 | ||||||
|     show(); |     show(); | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue