mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-01-30 01:58:33 +00:00
hot-fix: make profiler to show real frame time
Some checks are pending
Reuse / reuse (push) Waiting to run
Clang Format / clang-format (push) Waiting to run
Linux-Qt / build (push) Waiting to run
Linux / build (push) Waiting to run
macOS-Qt / build (push) Waiting to run
macOS / build (push) Waiting to run
Windows-Qt / build (push) Waiting to run
Windows / build (push) Waiting to run
Some checks are pending
Reuse / reuse (push) Waiting to run
Clang Format / clang-format (push) Waiting to run
Linux-Qt / build (push) Waiting to run
Linux / build (push) Waiting to run
macOS-Qt / build (push) Waiting to run
macOS / build (push) Waiting to run
Windows-Qt / build (push) Waiting to run
Windows / build (push) Waiting to run
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