misc: chore: Use collection expressions in Gpu project
This commit is contained in:
@@ -45,7 +45,7 @@ namespace Ryujinx.Graphics.Gpu.Image
|
||||
public PoolCache(GpuContext context)
|
||||
{
|
||||
_context = context;
|
||||
_pools = new LinkedList<T>();
|
||||
_pools = [];
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user