misc: chore: Use collection expressions in Cpu
This commit is contained in:
@@ -134,7 +134,7 @@ namespace Ryujinx.Cpu.LightningJit
|
||||
|
||||
public void InvalidateJitCacheRegion(ulong address, ulong size)
|
||||
{
|
||||
ulong[] overlapAddresses = Array.Empty<ulong>();
|
||||
ulong[] overlapAddresses = [];
|
||||
|
||||
int overlapsCount = Functions.GetOverlaps(address, size, ref overlapAddresses);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user