mirror of
				https://github.com/ryujinx-mirror/ryujinx.git
				synced 2025-11-04 08:18:58 -06:00 
			
		
		
		
	Fix input consumed by audio renderer SplitterState.Update (#6640)
* Fix input consumed by audio renderer SplitterState.Update * Use sizeof(int) to make clear what the value is
This commit is contained in:
		@@ -159,6 +159,11 @@ namespace Ryujinx.Audio.Renderer.Server.Splitter
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            if (destinationCount < parameter.DestinationCount)
 | 
			
		||||
            {
 | 
			
		||||
                input.Advance((parameter.DestinationCount - destinationCount) * sizeof(int));
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            Debug.Assert(parameter.Id == Id);
 | 
			
		||||
 | 
			
		||||
            if (parameter.Id == Id)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user