mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-26 19:35:42 -04:00
HostDisplay: Remove sleep logging
Accidentially left this in...
This commit is contained in:
parent
f8cb480779
commit
1ba877409f
@ -132,9 +132,7 @@ void HostDisplay::ThrottlePresentation()
|
|||||||
else
|
else
|
||||||
m_last_frame_displayed_time += sleep_period;
|
m_last_frame_displayed_time += sleep_period;
|
||||||
|
|
||||||
Common::Timer tt;
|
|
||||||
Common::Timer::SleepUntil(m_last_frame_displayed_time, false);
|
Common::Timer::SleepUntil(m_last_frame_displayed_time, false);
|
||||||
Log_WarningPrintf("sleep time %.2f ms", tt.GetTimeMilliseconds());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool HostDisplay::GetHostRefreshRate(float* refresh_rate)
|
bool HostDisplay::GetHostRefreshRate(float* refresh_rate)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user