mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
Misc (#2614)
* 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:
parent
370c2ecac5
commit
94ab3ae7cf
8 changed files with 68 additions and 7 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue