Migrate to .NET 9 #198

Merged
marco-carvalho merged 13 commits from net90 into master 2024-12-20 00:52:25 +00:00
Showing only changes of commit fd91273cca - Show all commits

View File

@ -21,8 +21,8 @@ namespace Ryujinx.HLE
private readonly long[] _framesRendered;
private readonly double[] _percentTime;
private readonly Lock[] _frameLock = new[] { new Lock() };
private readonly Lock[] _percentLock = new[] { new Lock() };
private readonly Lock[] _frameLock = [new()];
private readonly Lock[] _percentLock = [new()];
private readonly double _ticksToSeconds;