mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	Merge pull request #5031 from ogniK5377/temp_mix_buffer-remove
audio_core: Remove temp_mix_buffer
This commit is contained in:
		
						commit
						e0d30fc920
					
				| @ -79,8 +79,7 @@ AudioRenderer::AudioRenderer(Core::Timing::CoreTiming& core_timing, Core::Memory | ||||
|       sink_context(params.sink_count), splitter_context(), | ||||
|       voices(params.voice_count), memory{memory_}, | ||||
|       command_generator(worker_params, voice_context, mix_context, splitter_context, effect_context, | ||||
|                         memory), | ||||
|       temp_mix_buffer(AudioCommon::TOTAL_TEMP_MIX_SIZE) { | ||||
|                         memory) { | ||||
|     behavior_info.SetUserRevision(params.revision); | ||||
|     splitter_context.Initialize(behavior_info, params.splitter_count, | ||||
|                                 params.num_splitter_send_channels); | ||||
|  | ||||
| @ -73,7 +73,6 @@ private: | ||||
|     Core::Memory::Memory& memory; | ||||
|     CommandGenerator command_generator; | ||||
|     std::size_t elapsed_frame_count{}; | ||||
|     std::vector<s32> temp_mix_buffer{}; | ||||
| }; | ||||
| 
 | ||||
| } // namespace AudioCore
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 LC
						LC