mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	AudioCore: Hack to prevent regressions: Trigger Binary pipe interrupt every audio frame
This commit is contained in:
		
							parent
							
								
									2929b67c5f
								
							
						
					
					
						commit
						a47f149e07
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -20,6 +20,8 @@ static void AudioTickCallback(u64 /*userdata*/, int cycles_late) { | |||
|     if (DSP::HLE::Tick()) { | ||||
|         // TODO(merry): Signal all the other interrupts as appropriate.
 | ||||
|         DSP_DSP::SignalPipeInterrupt(DSP::HLE::DspPipe::Audio); | ||||
|         // HACK(merry): Added to prevent regressions. Will remove soon.
 | ||||
|         DSP_DSP::SignalPipeInterrupt(DSP::HLE::DspPipe::Binary); | ||||
|     } | ||||
| 
 | ||||
|     // Reschedule recurrent event
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue