mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Fix framebuffer size on fractional scaling display.
This commit is contained in:
		
							parent
							
								
									c4a4b40b2d
								
							
						
					
					
						commit
						265b0aa444
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -266,7 +266,7 @@ QByteArray GRenderWindow::saveGeometry() { | |||
| } | ||||
| 
 | ||||
| qreal GRenderWindow::windowPixelRatio() const { | ||||
|     return devicePixelRatio(); | ||||
|     return devicePixelRatioF(); | ||||
| } | ||||
| 
 | ||||
| std::pair<u32, u32> GRenderWindow::ScaleTouch(const QPointF pos) const { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue