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:
parent
92bcdcb369
commit
25b9cde8be
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue