diff options
| author | 2020-11-28 23:25:28 +1100 | |
|---|---|---|
| committer | 2020-11-28 23:25:28 +1100 | |
| commit | d7019d8307bf8db1d985e3a537bd83289cf1a3de (patch) | |
| tree | 38f748e3b97b56ccd5196c41f661898f8999f137 /src/audio_core/audio_renderer.h | |
| parent | Merge pull request #5015 from comex/xx-sign-compare (diff) | |
| download | yuzu-d7019d8307bf8db1d985e3a537bd83289cf1a3de.tar.gz yuzu-d7019d8307bf8db1d985e3a537bd83289cf1a3de.tar.xz yuzu-d7019d8307bf8db1d985e3a537bd83289cf1a3de.zip | |
audio_core: Remove temp_mix_buffer
It's unused and doesn't need to be initialized
Diffstat (limited to 'src/audio_core/audio_renderer.h')
| -rw-r--r-- | src/audio_core/audio_renderer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/audio_core/audio_renderer.h b/src/audio_core/audio_renderer.h index a85219045..54ac68b80 100644 --- a/src/audio_core/audio_renderer.h +++ b/src/audio_core/audio_renderer.h | |||
| @@ -73,7 +73,6 @@ private: | |||
| 73 | Core::Memory::Memory& memory; | 73 | Core::Memory::Memory& memory; |
| 74 | CommandGenerator command_generator; | 74 | CommandGenerator command_generator; |
| 75 | std::size_t elapsed_frame_count{}; | 75 | std::size_t elapsed_frame_count{}; |
| 76 | std::vector<s32> temp_mix_buffer{}; | ||
| 77 | }; | 76 | }; |
| 78 | 77 | ||
| 79 | } // namespace AudioCore | 78 | } // namespace AudioCore |