Suppress GC Finalize on StateCache

This commit is contained in:
Isaac Marovitz 2024-05-25 12:30:06 -04:00
parent a14ca383b2
commit f837be962f
No known key found for this signature in database
GPG Key ID: 97250B2B09A132E1
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ namespace Ryujinx.Graphics.Metal
{
value.Dispose();
}
GC.SuppressFinalize(this);
}
public T GetOrCreate(TDescriptor descriptor)