mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-01-20 15:25:38 +00:00
System: Remove log spam
This commit is contained in:
parent
fbe54f454f
commit
4bcc5a312a
|
@ -1920,10 +1920,6 @@ void System::FrameDone()
|
||||||
Common::Timer::SleepUntil(pre_frame_sleep_until, true);
|
Common::Timer::SleepUntil(pre_frame_sleep_until, true);
|
||||||
current_time = Common::Timer::GetCurrentValue();
|
current_time = Common::Timer::GetCurrentValue();
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
Log_WarningPrint("Skipping pre-frame sleep");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
s_frame_start_time = current_time;
|
s_frame_start_time = current_time;
|
||||||
|
|
Loading…
Reference in a new issue