mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-06 13:25:46 +00:00
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