* 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

@ -31,6 +31,7 @@
#include "sys_fs.h"
#include "sys_dbg.h"
#include "sys_gamepad.h"
#include "sys_ss.h"
LOG_CHANNEL(sys_cond);
LOG_CHANNEL(sys_dbg);
@ -781,9 +782,9 @@ std::array<ppu_function_t, 1024> g_ppu_syscall_table
null_func,//BIND_FUNC(sys_...) //867 ROOT
null_func,//BIND_FUNC(sys_...) //868 ROOT / DBG AUTHID
null_func,//BIND_FUNC(sys_...) //869 ROOT
null_func,//BIND_FUNC(sys_ss_get_console_id), //870 (0x366)
BIND_FUNC(sys_ss_get_console_id), //870 (0x366)
null_func,//BIND_FUNC(sys_ss_access_control_engine), //871 (0x367) DBG
null_func,//BIND_FUNC(sys_ss_get_open_psid), //872 (0x368)
BIND_FUNC(sys_ss_get_open_psid), //872 (0x368)
null_func,//BIND_FUNC(sys_ss_get_cache_of_product_mode), //873 (0x369)
null_func,//BIND_FUNC(sys_ss_get_cache_of_flash_ext_flag), //874 (0x36A)
null_func,//BIND_FUNC(sys_ss_get_boot_device) //875 (0x36B)