From 8e7e3eb1e593591facd2f09974e19609fd5fe1eb Mon Sep 17 00:00:00 2001 From: zeromus Date: Sat, 27 Aug 2011 18:41:38 +0000 Subject: [PATCH] remove dumb throttle diagnostics --- BizHawk.MultiClient/Throttle.cs | 9 --------- 1 file changed, 9 deletions(-) diff --git a/BizHawk.MultiClient/Throttle.cs b/BizHawk.MultiClient/Throttle.cs index ce491d38c0..57d697f15d 100644 --- a/BizHawk.MultiClient/Throttle.cs +++ b/BizHawk.MultiClient/Throttle.cs @@ -195,18 +195,9 @@ 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()