From ca3e10c79ca6c4dd9cc0a90d677821ce5346b398 Mon Sep 17 00:00:00 2001 From: jduncanator Date: Thu, 15 Nov 2018 11:11:50 +1100 Subject: [PATCH] Audio: Add additional documentation --- Ryujinx.Audio/Renderers/SoundIo/SoundIoAudioTrackPool.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;