mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-26 06:07:59 +02:00
misc: chore: Use collection expressions (part 2)
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