Comment to clarify default time
This commit is contained in:
parent
515b45d0f0
commit
802f6b0d00
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ namespace Ryujinx.Profiler
|
||||||
public int MaxLevel { get; set; } = 0;
|
public int MaxLevel { get; set; } = 0;
|
||||||
public int MaxFlags { get; set; } = 1000;
|
public int MaxFlags { get; set; } = 1000;
|
||||||
|
|
||||||
// 19531225 = 5 seconds in ticks
|
// 19531225 = 5 seconds in ticks on most pc's.
|
||||||
|
// It should get set on boot to the time specified in config
|
||||||
public long History { get; set; } = 19531225;
|
public long History { get; set; } = 19531225;
|
||||||
|
|
||||||
// Controls
|
// Controls
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue