mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Y2R: Set is_busy_conversion to false when stopping conversion (#165)
This commit is contained in:
		
							parent
							
								
									4f174f1c0b
								
							
						
					
					
						commit
						f782903587
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -544,6 +544,7 @@ void Y2R_U::StopConversion(Kernel::HLERequestContext& ctx) { | |||
|     IPC::RequestParser rp(ctx); | ||||
| 
 | ||||
|     if (is_busy_conversion) { | ||||
|         is_busy_conversion = false; | ||||
|         system.CoreTiming().RemoveEvent(completion_signal_event); | ||||
|     } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue