mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-14 22:57:56 -05:00
audio_core: Remove temp_mix_buffer
It's unused and doesn't need to be initialized
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user