misc: chore: Use collection expressions everywhere else (except VP9)
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Ryujinx.Graphics.Metal
|
||||
|
||||
public IdList()
|
||||
{
|
||||
_list = new List<T>();
|
||||
_list = [];
|
||||
_freeMin = 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user