mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Handle cases when std::optional does not contain a value
This commit is contained in:
		
							parent
							
								
									d37a2270d6
								
							
						
					
					
						commit
						2306af3600
					
				
					 9 changed files with 15 additions and 7 deletions
				
			
		|  | @ -317,7 +317,7 @@ void ConfigureInput::setPollingResult(const Common::ParamPackage& params, bool a | |||
|         poller->Stop(); | ||||
|     } | ||||
| 
 | ||||
|     if (!abort) { | ||||
|     if (!abort && input_setter) { | ||||
|         (*input_setter)(params); | ||||
|     } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue