mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
				synced 2025-05-12 00:45:25 +00:00 
			
		
		
		
	Merge pull request #1067 from lioncash/init
emu_window: Ensure WindowConfig members are always initialized
This commit is contained in:
		
						commit
						301baaa942
					
				| @ -34,9 +34,9 @@ class EmuWindow { | ||||
| public: | ||||
|     /// Data structure to store emuwindow configuration
 | ||||
|     struct WindowConfig { | ||||
|         bool fullscreen; | ||||
|         int res_width; | ||||
|         int res_height; | ||||
|         bool fullscreen = false; | ||||
|         int res_width = 0; | ||||
|         int res_height = 0; | ||||
|         std::pair<unsigned, unsigned> min_client_area_size; | ||||
|     }; | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 bunnei
						bunnei