mirror of
https://github.com/GreemDev/Ryujinx
synced 2024-12-30 15:50:04 +01:00
add suggestion
This commit is contained in:
parent
189480b210
commit
30e78f1a7f
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue