* cellSysmodule: Register libad modules

Register libad_core, libad_async, libad_billboard_util

* Misc

sys_ss_get_console_open_psid (Called on Project Diva F 2nd),
sys_ss_get_console_id
Stub cellWebBrowserGetUsrdataOnGameExit for Professional Baseball
Spirits 2015
Fix two logs on GcmSys
This commit is contained in:
Ani 2017-04-13 17:30:25 +01:00 committed by Ivan
parent 370c2ecac5
commit 94ab3ae7cf
8 changed files with 68 additions and 7 deletions

View file

@ -190,9 +190,10 @@ s32 cellWebBrowserEstimate2(vm::cptr<CellWebBrowserConfig2> config, vm::ptr<u32>
return CELL_OK;
}
s32 cellWebBrowserGetUsrdataOnGameExit()
s32 cellWebBrowserGetUsrdataOnGameExit(vm::ptr<CellWebBrowserUsrdata> ptr)
{
fmt::throw_exception("Unimplemented" HERE);
cellSysutil.todo("cellWebBrowserGetUsrdataOnGameExit(ptr=*0x%x", ptr);
return CELL_OK;
}
s32 cellWebBrowserInitialize()