mirror of
				https://github.com/ryujinx-mirror/ryujinx.git
				synced 2025-11-04 08:08:59 -06:00 
			
		
		
		
	chore: remove repetitive words (#6690)
Signed-off-by: toofooboo <cmaker@foxmail.com>
This commit is contained in:
		@@ -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);
 | 
			
		||||
 
 | 
			
		||||
@@ -44,7 +44,7 @@ namespace Ryujinx.Common.Extensions
 | 
			
		||||
        /// <remarks>
 | 
			
		||||
        /// DO NOT use <paramref name="copyDestinationIfRequiredDoNotUse"/> after calling this method, as it will only
 | 
			
		||||
        /// contain a value if the value couldn't be referenced directly because it spans multiple <see cref="ReadOnlyMemory{Byte}"/> segments.
 | 
			
		||||
        /// To discourage use, it is recommended to to call this method like the following:
 | 
			
		||||
        /// To discourage use, it is recommended to call this method like the following:
 | 
			
		||||
        /// <c>
 | 
			
		||||
        ///     ref readonly MyStruct value = ref sequenceReader.GetRefOrRefToCopy{MyStruct}(out _);
 | 
			
		||||
        /// </c>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user