mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	made qt window title consistent
This commit is contained in:
		
							parent
							
								
									80a040ac77
								
							
						
					
					
						commit
						66a98ea686
					
				
					 2 changed files with 5 additions and 1 deletions
				
			
		|  | @ -67,7 +67,7 @@ public: | |||
| protected: | ||||
|     EmuWindow() : m_client_area_width(640), m_client_area_height(480) { | ||||
|         char window_title[255]; | ||||
|         sprintf(window_title, "citra-%s", Common::g_scm_desc); | ||||
|         sprintf(window_title, "Citra | %s-%s", Common::g_scm_branch, Common::g_scm_desc); | ||||
|         m_window_title = window_title; | ||||
|     } | ||||
|     virtual ~EmuWindow() {} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue