mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-01-26 11:13:04 -03:00
Suppress GC Finalize on StateCache
This commit is contained in:
parent
881ab59177
commit
41e6a04a23
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ namespace Ryujinx.Graphics.Metal
|
||||||
{
|
{
|
||||||
value.Dispose();
|
value.Dispose();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
GC.SuppressFinalize(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
public T GetOrCreate(TDescriptor descriptor)
|
public T GetOrCreate(TDescriptor descriptor)
|
||||||
|
|
Loading…
Add table
Reference in a new issue