瀏覽代碼

Remove outdated comment

gdkchan 7 年之前
父節點
當前提交
a48ed788bf
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Ryujinx.HLE/OsHle/Services/Aud/IAudioRendererManager.cs

+ 1 - 1
Ryujinx.HLE/OsHle/Services/Aud/IAudioRendererManager.cs

@@ -51,7 +51,7 @@ namespace Ryujinx.HLE.OsHle.Services.Aud
 
             int Revision = (Params.Revision - Rev0Magic) >> 24;
 
-            if (Revision <= Rev) //REV3 Max is supported
+            if (Revision <= Rev)
             {
                 bool IsSplitterSupported = Revision >= 3;