mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	screenshot fixes (#6070)
* screenshot fixes * formatting * disable screenshot on pause
This commit is contained in:
		
							parent
							
								
									2d95b9946f
								
							
						
					
					
						commit
						2b2868f156
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -588,7 +588,7 @@ void GMainWindow::InitializeHotkeys() { | |||
|             }); | ||||
|     connect(hotkey_registry.GetHotkey(main_window, QStringLiteral("Capture Screenshot"), this), | ||||
|             &QShortcut::activated, this, [&] { | ||||
|                 if (emu_thread->IsRunning()) { | ||||
|                 if (ui->action_Capture_Screenshot->isEnabled()) { | ||||
|                     OnCaptureScreenshot(); | ||||
|                 } | ||||
|             }); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue