mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
rsx: Separate guest flip timer from host timing operations
This commit is contained in:
parent
89de1a8cf6
commit
57aee92bfe
4 changed files with 11 additions and 10 deletions
|
|
@ -807,7 +807,7 @@ u64 cellGcmGetLastFlipTime()
|
|||
{
|
||||
cellGcmSys.trace("cellGcmGetLastFlipTime()");
|
||||
|
||||
return rsx::get_current_renderer()->last_flip_time;
|
||||
return rsx::get_current_renderer()->last_guest_flip_timestamp;
|
||||
}
|
||||
|
||||
error_code cellGcmGetLastFlipTime2()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue