From 802f6b0d0005dae8fed360be170e2d19900e06d6 Mon Sep 17 00:00:00 2001 From: Andy Adshead Date: Fri, 26 Apr 2019 00:28:53 +0100 Subject: [PATCH] Comment to clarify default time --- Ryujinx.Profiler/Settings.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Ryujinx.Profiler/Settings.cs b/Ryujinx.Profiler/Settings.cs index 8dc2fd8247..c039354569 100644 --- a/Ryujinx.Profiler/Settings.cs +++ b/Ryujinx.Profiler/Settings.cs @@ -14,7 +14,8 @@ namespace Ryujinx.Profiler public int MaxLevel { get; set; } = 0; 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; // Controls