mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-28 06:46:24 +02:00
misc: chore: collection expressions & target typed new in ARMeilleure & Ryujinx.Cpu
This commit is contained in:
parent
b1de7696ee
commit
c1002d4826
2 changed files with 3 additions and 3 deletions
|
@ -27,7 +27,7 @@ namespace Ryujinx.Cpu.LightningJit.Cache
|
|||
|
||||
private static readonly Lock _lock = new();
|
||||
private static bool _initialized;
|
||||
private static readonly List<ReservedRegion> _jitRegions = new();
|
||||
private static readonly List<ReservedRegion> _jitRegions = [];
|
||||
private static int _activeRegionIndex = 0;
|
||||
|
||||
[SupportedOSPlatform("windows")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue