rsx: Separate guest flip timer from host timing operations

This commit is contained in:
kd-11 2022-04-13 22:29:26 +03:00 committed by kd-11
parent 89de1a8cf6
commit 57aee92bfe
4 changed files with 11 additions and 10 deletions

View file

@ -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()