mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
				synced 2025-05-12 00:45:25 +00:00 
			
		
		
		
	Port #3665 from Citra
This commit is contained in:
		
							parent
							
								
									57cd80c410
								
							
						
					
					
						commit
						6f05a57712
					
				@ -101,6 +101,8 @@ GMainWindow::GMainWindow() : config(new Config()), emu_thread(nullptr) {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    ConnectMenuEvents();
 | 
					    ConnectMenuEvents();
 | 
				
			||||||
    ConnectWidgetEvents();
 | 
					    ConnectWidgetEvents();
 | 
				
			||||||
 | 
					    LOG_INFO(Frontend, "yuzu Version: {} | {}-{}", Common::g_build_name, Common::g_scm_branch,
 | 
				
			||||||
 | 
					             Common::g_scm_desc);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    setWindowTitle(QString("yuzu %1| %2-%3")
 | 
					    setWindowTitle(QString("yuzu %1| %2-%3")
 | 
				
			||||||
                       .arg(Common::g_build_name, Common::g_scm_branch, Common::g_scm_desc));
 | 
					                       .arg(Common::g_build_name, Common::g_scm_branch, Common::g_scm_desc));
 | 
				
			||||||
 | 
				
			|||||||
@ -164,6 +164,8 @@ EmuWindow_SDL2::EmuWindow_SDL2(bool fullscreen) {
 | 
				
			|||||||
    OnResize();
 | 
					    OnResize();
 | 
				
			||||||
    OnMinimalClientAreaChangeRequest(GetActiveConfig().min_client_area_size);
 | 
					    OnMinimalClientAreaChangeRequest(GetActiveConfig().min_client_area_size);
 | 
				
			||||||
    SDL_PumpEvents();
 | 
					    SDL_PumpEvents();
 | 
				
			||||||
 | 
					    LOG_INFO(Frontend, "yuzu Version: {} | {}-{}", Common::g_build_name, Common::g_scm_branch,
 | 
				
			||||||
 | 
					             Common::g_scm_desc);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    DoneCurrent();
 | 
					    DoneCurrent();
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user