mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	emu_window: Fix initializer list order.
Gets rid of a warning on OSX.
This commit is contained in:
		
							parent
							
								
									8717c79fe4
								
							
						
					
					
						commit
						827e7a1898
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -76,9 +76,9 @@ public: | |||
| 
 | ||||
| protected: | ||||
|     EmuWindow(): | ||||
|         m_window_title(Common::StringFromFormat("Citra | %s-%s", Common::g_scm_branch, Common::g_scm_desc)), | ||||
|         m_client_area_width(640), | ||||
|         m_client_area_height(480), | ||||
|         m_window_title(Common::StringFromFormat("Citra | %s-%s", Common::g_scm_branch, Common::g_scm_desc)) | ||||
|         m_client_area_height(480) | ||||
|     {} | ||||
|     virtual ~EmuWindow() {} | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue