Suppress GC Finalize on StateCache
This commit is contained in:
parent
881ab59177
commit
41e6a04a23
@ -19,6 +19,8 @@ namespace Ryujinx.Graphics.Metal
|
||||
{
|
||||
value.Dispose();
|
||||
}
|
||||
|
||||
GC.SuppressFinalize(this);
|
||||
}
|
||||
|
||||
public T GetOrCreate(TDescriptor descriptor)
|
||||
|
Loading…
x
Reference in New Issue
Block a user