mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-23 03:45:00 +00:00
hot-fix: make profiler to show real frame time
This commit is contained in:
parent
28ec489dbe
commit
4a0bd876ff
1 changed files with 1 additions and 1 deletions
|
@ -291,9 +291,9 @@ void VideoOutDriver::PresentThread(std::stop_token token) {
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
delay = Flip(request);
|
delay = Flip(request);
|
||||||
}
|
|
||||||
FRAME_END;
|
FRAME_END;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
// Needs lock here as can be concurrently read by `sceVideoOutGetVblankStatus`
|
// Needs lock here as can be concurrently read by `sceVideoOutGetVblankStatus`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue