mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
sys_lv2dbg added, bugfix
This commit is contained in:
parent
daa93a7226
commit
4bacfcf847
46 changed files with 1484 additions and 1205 deletions
|
|
@ -55,6 +55,7 @@ extern Module sys_io;
|
|||
extern Module sys_net;
|
||||
extern Module sysPrxForUser;
|
||||
extern Module sys_libc;
|
||||
extern Module sys_lv2dbg;
|
||||
|
||||
struct ModuleInfo
|
||||
{
|
||||
|
|
@ -107,7 +108,7 @@ static const g_module_list[] =
|
|||
{ 0x0028, "cellAdecAtx", nullptr },
|
||||
{ 0x0029, "cellAdecAt3", nullptr },
|
||||
{ 0x002a, "cellDmuxPamf", nullptr },
|
||||
{ 0x002e, "cellLv2dbg", nullptr },
|
||||
{ 0x002e, "sys_lv2dbg", &sys_lv2dbg },
|
||||
{ 0x0030, "cellUsbpspcm", nullptr },
|
||||
{ 0x0031, "cellAvconfExt", &cellAvconfExt },
|
||||
{ 0x0032, "cellUserInfo", &cellUserInfo },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue