From 9839cd56fbab2412742bf5e8643761aa5bc93e30 Mon Sep 17 00:00:00 2001 From: toofooboo <167498142+toofooboo@users.noreply.github.com> Date: Fri, 19 Apr 2024 20:45:51 +0800 Subject: chore: remove repetitive words (#6690) Signed-off-by: toofooboo --- src/Ryujinx.Audio/Renderer/Server/BehaviourContext.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Ryujinx.Audio/Renderer/Server') 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 /// /// Check if the audio renderer should fix the GC-ADPCM context not being provided to the DSP. /// - /// True if if the audio renderer should fix it. + /// True if the audio renderer should fix it. public bool IsAdpcmLoopContextBugFixed() { return CheckFeatureSupported(UserRevision, BaseRevisionMagic + Revision2); -- cgit v1.2.3