salieri: remove a wrong debug assert (#1740)

THis assert is wrong and useless now, remove it because it's annoying in
Debug.
This commit is contained in:
Mary 2020-11-21 22:10:08 +01:00 committed by GitHub
parent 92bcdcb369
commit 25b9cde8be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;