diff options
| author | toofooboo <167498142+toofooboo@users.noreply.github.com> | 2024-04-19 20:45:51 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-19 09:45:51 -0300 |
| commit | 9839cd56fbab2412742bf5e8643761aa5bc93e30 (patch) | |
| tree | 7d1172fdc3b4e79db19688415ec898a30e1ce3b7 /src/Ryujinx.Audio/Renderer/Server | |
| parent | 99f46e22e2ba6c528dfdc9b3907d5a6acf2b1365 (diff) | |
chore: remove repetitive words (#6690)
Signed-off-by: toofooboo <cmaker@foxmail.com>
Diffstat (limited to 'src/Ryujinx.Audio/Renderer/Server')
| -rw-r--r-- | src/Ryujinx.Audio/Renderer/Server/BehaviourContext.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Ryujinx.Audio/Renderer/Server/BehaviourContext.cs b/src/Ryujinx.Audio/Renderer/Server/BehaviourContext.cs index 099d8f56..fe1dfc4b 100644 --- a/src/Ryujinx.Audio/Renderer/Server/BehaviourContext.cs +++ b/src/Ryujinx.Audio/Renderer/Server/BehaviourContext.cs @@ -212,7 +212,7 @@ namespace Ryujinx.Audio.Renderer.Server /// <summary> /// Check if the audio renderer should fix the GC-ADPCM context not being provided to the DSP. /// </summary> - /// <returns>True if if the audio renderer should fix it.</returns> + /// <returns>True if the audio renderer should fix it.</returns> public bool IsAdpcmLoopContextBugFixed() { return CheckFeatureSupported(UserRevision, BaseRevisionMagic + Revision2); |
