diff options
| author | 2022-06-28 16:59:33 -0700 | |
|---|---|---|
| committer | 2022-06-28 16:59:33 -0700 | |
| commit | 01bc0c84f021ad389309aeb23bdb063070aeb2fe (patch) | |
| tree | 720dc203d1eeb85e47c6f9b0d57cd00ec8a69038 /src/audio_core/info_updater.cpp | |
| parent | Merge pull request #8504 from comex/mesosphere-current-process (diff) | |
| parent | video_core: Replace VKUpdateDescriptorQueue with UpdateDescriptorQueue (diff) | |
| download | yuzu-01bc0c84f021ad389309aeb23bdb063070aeb2fe.tar.gz yuzu-01bc0c84f021ad389309aeb23bdb063070aeb2fe.tar.xz yuzu-01bc0c84f021ad389309aeb23bdb063070aeb2fe.zip | |
Merge pull request #8512 from german77/nnResult
Replace multiple names with a better name
Diffstat (limited to 'src/audio_core/info_updater.cpp')
| -rw-r--r-- | src/audio_core/info_updater.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/audio_core/info_updater.cpp b/src/audio_core/info_updater.cpp index 313a2eb6d..0065e6e53 100644 --- a/src/audio_core/info_updater.cpp +++ b/src/audio_core/info_updater.cpp | |||
| @@ -285,9 +285,8 @@ bool InfoUpdater::UpdateSplitterInfo(SplitterContext& splitter_context) { | |||
| 285 | return true; | 285 | return true; |
| 286 | } | 286 | } |
| 287 | 287 | ||
| 288 | ResultCode InfoUpdater::UpdateMixes(MixContext& mix_context, std::size_t mix_buffer_count, | 288 | Result InfoUpdater::UpdateMixes(MixContext& mix_context, std::size_t mix_buffer_count, |
| 289 | SplitterContext& splitter_context, | 289 | SplitterContext& splitter_context, EffectContext& effect_context) { |
| 290 | EffectContext& effect_context) { | ||
| 291 | std::vector<MixInfo::InParams> mix_in_params; | 290 | std::vector<MixInfo::InParams> mix_in_params; |
| 292 | 291 | ||
| 293 | if (!behavior_info.IsMixInParameterDirtyOnlyUpdateSupported()) { | 292 | if (!behavior_info.IsMixInParameterDirtyOnlyUpdateSupported()) { |