Implement GetLicenseArea, category improvements

Also fixed newlines, CellSailEvent, fixed CellMusic changes, fixed
console_write, fixed L10n changes and removed the login dialog for now,
until a more proper implementation.
This commit is contained in:
Raul Tambre 2015-09-13 10:26:01 +03:00
parent ea376e7751
commit 8204737efa
17 changed files with 164 additions and 423 deletions

View file

@ -742,9 +742,9 @@ u64 cellGcmGetLastFlipTime()
return Emu.GetGSManager().GetRender().m_last_flip_time;
}
s32 cellGcmGetLastSecondVTime()
u64 cellGcmGetLastSecondVTime()
{
UNIMPLEMENTED_FUNC(cellGcmSys);
cellGcmSys.Todo("cellGcmGetLastSecondVTime()");
return CELL_OK;
}