mirror of
https://github.com/GreemDev/Ryujinx
synced 2025-02-01 10:08:54 +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 long[] _framesRendered;
|
||||||
private readonly double[] _percentTime;
|
private readonly double[] _percentTime;
|
||||||
|
|
||||||
private readonly Lock[] _frameLock = new[] { new Lock() };
|
private readonly Lock[] _frameLock = [new()];
|
||||||
private readonly Lock[] _percentLock = new[] { new Lock() };
|
private readonly Lock[] _percentLock = [new()];
|
||||||
|
|
||||||
private readonly double _ticksToSeconds;
|
private readonly double _ticksToSeconds;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue