Explorar o código

salieri: remove a wrong debug assert (#1740)

THis assert is wrong and useless now, remove it because it's annoying in
Debug.
Mary %!s(int64=5) %!d(string=hai) anos
pai
achega
25b9cde8be
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      Ryujinx.Graphics.Gpu/Shader/Cache/CacheCollection.cs

+ 0 - 1
Ryujinx.Graphics.Gpu/Shader/Cache/CacheCollection.cs

@@ -540,7 +540,6 @@ namespace Ryujinx.Graphics.Gpu.Shader.Cache
         public void AddValue(ref Hash128 keyHash, byte[] value)
         {
             Debug.Assert(value != null);
-            Debug.Assert(GetValueRaw(ref keyHash) != null);
 
             bool isAlreadyPresent;