mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	citra_qt: Avoid null reference capture when taking screenshots
This commit is contained in:
		
							parent
							
								
									c7e259366d
								
							
						
					
					
						commit
						bd84dbc8d3
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -425,7 +425,7 @@ void GRenderWindow::CaptureScreenshot(u32 res_scale, const QString& screenshot_p | |||
|     screenshot_image = QImage(QSize(layout.width, layout.height), QImage::Format_RGB32); | ||||
|     VideoCore::RequestScreenshot( | ||||
|         screenshot_image.bits(), | ||||
|         [this, &screenshot_path] { | ||||
|         [this, screenshot_path] { | ||||
|             const std::string std_screenshot_path = screenshot_path.toStdString(); | ||||
|             if (screenshot_image.mirrored(false, true).save(screenshot_path)) { | ||||
|                 LOG_INFO(Frontend, "Screenshot saved to \"{}\"", std_screenshot_path); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue