mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-10 17:46:27 +02:00
misc: chore: Use collection expressions everywhere else (except VP9)
This commit is contained in:
parent
0f857400b6
commit
ac838aa81d
59 changed files with 3246 additions and 2452 deletions
|
@ -23,7 +23,7 @@ namespace Ryujinx.Graphics.Host1x
|
|||
}
|
||||
}
|
||||
|
||||
private readonly List<SyncptIncr> _incrs = new();
|
||||
private readonly List<SyncptIncr> _incrs = [];
|
||||
|
||||
private uint _currentId;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue