diff --git a/Ryujinx.Graphics.Gpu/Shader/Cache/CacheCollection.cs b/Ryujinx.Graphics.Gpu/Shader/Cache/CacheCollection.cs index 924d720b1..0f4db4f35 100644 --- a/Ryujinx.Graphics.Gpu/Shader/Cache/CacheCollection.cs +++ b/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;