mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	Send the correct RequestUpdateAudioRenderer revision in the output header (#587)
* We should be returning our revision instead of what is requested. Hardware test on a 5.1.0 console * Added sysversion comment
This commit is contained in:
		
							parent
							
								
									838724c588
								
							
						
					
					
						commit
						c9e821e93e
					
				@ -150,7 +150,7 @@ private:
 | 
			
		||||
        UpdateDataHeader() {}
 | 
			
		||||
 | 
			
		||||
        UpdateDataHeader(const AudioRendererParameter& config) {
 | 
			
		||||
            revision = config.revision;
 | 
			
		||||
            revision = Common::MakeMagic('R', 'E', 'V', '4'); // 5.1.0 Revision
 | 
			
		||||
            behavior_size = 0xb0;
 | 
			
		||||
            memory_pools_size = (config.effect_count + (config.voice_count * 4)) * 0x10;
 | 
			
		||||
            voices_size = config.voice_count * 0x10;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user