remove dumb throttle diagnostics

This commit is contained in:
zeromus 2011-08-27 18:41:38 +00:00
parent 57cd3bbf9b
commit 8e7e3eb1e5
1 changed files with 0 additions and 9 deletions

View File

@ -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()