mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Fixed EmuWindow typo (fixes OSX build)
This commit is contained in:
		
							parent
							
								
									06bf471581
								
							
						
					
					
						commit
						25633b431d
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -17,7 +17,7 @@ void EmuWindow::KeyReleased(KeyMap::HostDeviceKey key) { | ||||||
|     Service::HID::PadButtonRelease(mapped_key); |     Service::HID::PadButtonRelease(mapped_key); | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| EmuWindow::FramebufferLayout EmuWindow::FramebufferLayout::DefaultScreenLayout(int width, int height) { | EmuWindow::FramebufferLayout EmuWindow::FramebufferLayout::DefaultScreenLayout(unsigned width, unsigned height) { | ||||||
|     ASSERT(width > 0); |     ASSERT(width > 0); | ||||||
|     ASSERT(height > 0); |     ASSERT(height > 0); | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -48,7 +48,7 @@ public: | ||||||
|          * @param height Window framebuffer height in pixels |          * @param height Window framebuffer height in pixels | ||||||
|          * @return Newly created FramebufferLayout object with default screen regions initialized |          * @return Newly created FramebufferLayout object with default screen regions initialized | ||||||
|          */ |          */ | ||||||
|         static FramebufferLayout DefaultScreenLayout(int width, int height); |         static FramebufferLayout DefaultScreenLayout(unsigned width, unsigned height); | ||||||
| 
 | 
 | ||||||
|         unsigned width; |         unsigned width; | ||||||
|         unsigned height; |         unsigned height; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue