mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Merge pull request #202 from lioncash/init-order
emu_window: Fix initializer list order.
This commit is contained in:
		
						commit
						d563bcdaec
					
				
					 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