mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-09 14:55:45 +00:00
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