remove dumb throttle diagnostics
This commit is contained in:
parent
57cd3bbf9b
commit
8e7e3eb1e5
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue