mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-02-18 11:30:11 +00:00
hot-fix: make profiler to show real frame time
This commit is contained in:
parent
28ec489dbe
commit
4a0bd876ff
|
@ -291,8 +291,8 @@ void VideoOutDriver::PresentThread(std::stop_token token) {
|
|||
}
|
||||
} else {
|
||||
delay = Flip(request);
|
||||
FRAME_END;
|
||||
}
|
||||
FRAME_END;
|
||||
}
|
||||
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue