mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-18 17:40:57 -05:00
misc: chore: Use collection expressions in ARMeilleure
This commit is contained in:
@@ -23,7 +23,7 @@ namespace ARMeilleure.Translation.Cache
|
||||
}
|
||||
}
|
||||
|
||||
private readonly List<MemoryBlock> _blocks = new();
|
||||
private readonly List<MemoryBlock> _blocks = [];
|
||||
|
||||
public CacheMemoryAllocator(int capacity)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user