mirror of
https://github.com/GreemDev/Ryujinx
synced 2025-01-03 01:19:51 +01:00
add suggestion
This commit is contained in:
parent
7438d8840b
commit
bd91d6efd7
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