diff --git a/Ryujinx.Audio/Renderers/SoundIo/SoundIoAudioTrackPool.cs b/Ryujinx.Audio/Renderers/SoundIo/SoundIoAudioTrackPool.cs index 007dbf0cfb..ec256e2086 100644 --- a/Ryujinx.Audio/Renderers/SoundIo/SoundIoAudioTrackPool.cs +++ b/Ryujinx.Audio/Renderers/SoundIo/SoundIoAudioTrackPool.cs @@ -31,12 +31,12 @@ namespace Ryujinx.Audio.SoundIo private SoundIODevice m_Device; /// - /// + /// The queue that keeps track of the available in the pool. /// private ConcurrentQueue m_Queue; /// - /// + /// The dictionary providing mapping between a TrackID and /// private ConcurrentDictionary m_TrackList;