mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 11:18:36 +12: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
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue