Explorar o código

Remove outdated comment

gdkchan %!s(int64=7) %!d(string=hai) anos
pai
achega
a48ed788bf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;