mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	framebuffer_layout: Fix positioning of small screen when centered in landscape on mobile (#6071)
This commit is contained in:
		
							parent
							
								
									353aaaf665
								
							
						
					
					
						commit
						2d95b9946f
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -184,8 +184,8 @@ FramebufferLayout MobileLandscapeFrameLayout(u32 width, u32 height, bool swapped | |||
|     // Shift the small screen to the bottom right corner
 | ||||
|     small_screen = small_screen.TranslateX(large_screen.right); | ||||
|     if (center_vertical) { | ||||
|         small_screen.TranslateY(large_screen.GetHeight() + large_screen.top - | ||||
|                                 small_screen.GetHeight()); | ||||
|         small_screen = small_screen.TranslateY(large_screen.GetHeight() + large_screen.top - | ||||
|                                                small_screen.GetHeight()); | ||||
|     } | ||||
| 
 | ||||
|     res.top_screen = swapped ? small_screen : large_screen; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue