misc: chore: Use collection expressions everywhere else (except VP9)
This commit is contained in:
@@ -23,7 +23,7 @@ namespace Ryujinx.Graphics.Host1x
|
||||
}
|
||||
}
|
||||
|
||||
private readonly List<SyncptIncr> _incrs = new();
|
||||
private readonly List<SyncptIncr> _incrs = [];
|
||||
|
||||
private uint _currentId;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user