mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-03-06 14:27:44 +00: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
|
||||
m_last_frame_displayed_time += sleep_period;
|
||||
|
||||
Common::Timer tt;
|
||||
Common::Timer::SleepUntil(m_last_frame_displayed_time, false);
|
||||
Log_WarningPrintf("sleep time %.2f ms", tt.GetTimeMilliseconds());
|
||||
}
|
||||
|
||||
bool HostDisplay::GetHostRefreshRate(float* refresh_rate)
|
||||
|
|
Loading…
Reference in a new issue