mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-01-28 16:01:55 -08:00
Suppress GC Finalize on StateCache
This commit is contained in:
parent
bbcd05aacf
commit
8b7ac4e87f
@ -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