diff options
author | liamwhite <liamwhite@users.noreply.github.com> | 2023-10-03 00:05:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-03 00:05:55 +0200 |
commit | 7a0da729b45ae2794e84af6808c50cb714d17fc5 (patch) | |
tree | 3c0a84a306b6b85f9bcd22a6b8b29cb306b9a852 /src/audio_core | |
parent | Merge pull request #11652 from liamwhite/shutdown-goes-brrr (diff) | |
parent | ci: fix new codespell errors (diff) | |
download | yuzu-7a0da729b45ae2794e84af6808c50cb714d17fc5.tar yuzu-7a0da729b45ae2794e84af6808c50cb714d17fc5.tar.gz yuzu-7a0da729b45ae2794e84af6808c50cb714d17fc5.tar.bz2 yuzu-7a0da729b45ae2794e84af6808c50cb714d17fc5.tar.lz yuzu-7a0da729b45ae2794e84af6808c50cb714d17fc5.tar.xz yuzu-7a0da729b45ae2794e84af6808c50cb714d17fc5.tar.zst yuzu-7a0da729b45ae2794e84af6808c50cb714d17fc5.zip |
Diffstat (limited to 'src/audio_core')
-rw-r--r-- | src/audio_core/renderer/command/mix/depop_prepare.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio_core/renderer/command/mix/depop_prepare.h b/src/audio_core/renderer/command/mix/depop_prepare.h index 161a94461..a0cc228f7 100644 --- a/src/audio_core/renderer/command/mix/depop_prepare.h +++ b/src/audio_core/renderer/command/mix/depop_prepare.h @@ -16,7 +16,7 @@ namespace AudioCore::Renderer { /** * AudioRenderer command for preparing depop. - * Adds the previusly output last samples to the depop buffer. + * Adds the previously output last samples to the depop buffer. */ struct DepopPrepareCommand : ICommand { /** |