mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	Fix perf regression
This commit is contained in:
		
							parent
							
								
									f4eb7dceaf
								
							
						
					
					
						commit
						3dcbba38bf
					
				| @ -520,7 +520,8 @@ void VoiceContext::SortInfo() { | |||||||
| } | } | ||||||
| 
 | 
 | ||||||
| void VoiceContext::UpdateStateByDspShared() { | void VoiceContext::UpdateStateByDspShared() { | ||||||
|     voice_states = dsp_voice_states; |     std::memcpy(voice_states.data(), dsp_voice_states.data(), | ||||||
|  |                 sizeof(VoiceState) * dsp_voice_states.size()); | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| } // namespace AudioCore
 | } // namespace AudioCore
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 David Marcec
						David Marcec