mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-12-15 10:36:58 +00:00
misc: chore: Use collection expressions in Memory project
This commit is contained in:
parent
2853f5b426
commit
46a5cafaa8
4 changed files with 6 additions and 6 deletions
|
|
@ -8,7 +8,7 @@ namespace Ryujinx.Memory.Tracking
|
|||
/// </summary>
|
||||
class VirtualRegion : AbstractRegion
|
||||
{
|
||||
public List<RegionHandle> Handles = new();
|
||||
public List<RegionHandle> Handles = [];
|
||||
|
||||
private readonly MemoryTracking _tracking;
|
||||
private MemoryPermission _lastPermission;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue