mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-01-18 18:44:03 +01:00
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
@ -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…
x
Reference in New Issue
Block a user