diff --git a/BizHawk.MultiClient/Throttle.cs b/BizHawk.MultiClient/Throttle.cs index 57d697f15d..ce491d38c0 100644 --- a/BizHawk.MultiClient/Throttle.cs +++ b/BizHawk.MultiClient/Throttle.cs @@ -195,9 +195,18 @@ namespace BizHawk.MultiClient fSkipFrames *= 0.5f; } + bool adelikat = false; void AutoFrameSkip_BeforeThrottle() { preThrottleEndticks = GetCurTime(); + + if (adelikat) + { + ulong bleh; + QueryPerformanceFrequency(out bleh); + Console.WriteLine("QueryPerformanceFrequency: {0}", bleh); + } + } void AutoFrameSkip_NextFrame()