mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 06:21:26 +12:00
Small changes 2
This commit is contained in:
parent
b11e086589
commit
8987350b5b
13 changed files with 118 additions and 65 deletions
|
@ -709,10 +709,11 @@ int cellGcmGetDisplayBufferByFlipIndex()
|
|||
return CELL_OK;
|
||||
}
|
||||
|
||||
int cellGcmGetLastFlipTime()
|
||||
u64 cellGcmGetLastFlipTime()
|
||||
{
|
||||
UNIMPLEMENTED_FUNC(cellGcmSys);
|
||||
return CELL_OK;
|
||||
cellGcmSys->Log("cellGcmGetLastFlipTime()");
|
||||
|
||||
return Emu.GetGSManager().GetRender().m_last_flip_time;
|
||||
}
|
||||
|
||||
int cellGcmGetLastSecondVTime()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue