misc: chore: Use collection expressions in Gpu project
This commit is contained in:
@@ -17,7 +17,7 @@ namespace Ryujinx.Graphics.Gpu.Memory
|
||||
|
||||
public void AddRemapAction(Action action)
|
||||
{
|
||||
RemapActions ??= new List<Action>();
|
||||
RemapActions ??= [];
|
||||
RemapActions.Add(action);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user