mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	EmuWindow: Add some explicit documentation and set proper minimal client area size.
This commit is contained in:
		
							parent
							
								
									688a5c033e
								
							
						
					
					
						commit
						5785f764ab
					
				
					 1 changed files with 4 additions and 2 deletions
				
			
		|  | @ -24,6 +24,8 @@ | ||||||
|  * - EmuWindow may expose some of its state as read-only to the emulation core, however care |  * - EmuWindow may expose some of its state as read-only to the emulation core, however care | ||||||
|  *   should be taken to make sure the provided information is self-consistent. This requires |  *   should be taken to make sure the provided information is self-consistent. This requires | ||||||
|  *   some sort of synchronization (most of this is still a TODO). |  *   some sort of synchronization (most of this is still a TODO). | ||||||
|  |  * - DO NOT TREAT THIS CLASS AS A GUI TOOLKIT ABSTRACTION LAYER. That's not what it is. Please | ||||||
|  |  *   re-read the upper points again and think about it if you don't see this. | ||||||
|  */ |  */ | ||||||
| class EmuWindow | class EmuWindow | ||||||
| { | { | ||||||
|  | @ -92,8 +94,8 @@ public: | ||||||
| protected: | protected: | ||||||
|     EmuWindow() |     EmuWindow() | ||||||
|     { |     { | ||||||
|         // TODO
 |         // TODO: Find a better place to set this.
 | ||||||
|         config.min_client_area_size = std::make_pair(300u, 500u); |         config.min_client_area_size = std::make_pair(400u, 480u); | ||||||
|         active_config = config; |         active_config = config; | ||||||
|     } |     } | ||||||
|     virtual ~EmuWindow() {} |     virtual ~EmuWindow() {} | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue