mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 16:31:28 +12:00
commit
d1343f5415
1 changed files with 357 additions and 352 deletions
|
@ -2257,13 +2257,17 @@ int sceNpUtilBandwidthTestGetStatus()
|
|||
return CELL_OK;
|
||||
}
|
||||
|
||||
|
||||
int sceNpUtilBandwidthTestAbort()
|
||||
{
|
||||
UNIMPLEMENTED_FUNC(sceNp);
|
||||
return CELL_OK;
|
||||
}
|
||||
|
||||
int sceNpSignalingDestroyCtx()
|
||||
{
|
||||
UNIMPLEMENTED_FUNC(sceNp);
|
||||
return CELL_OK;
|
||||
}
|
||||
|
||||
void sceNp_init()
|
||||
{
|
||||
|
@ -2632,4 +2636,5 @@ void sceNp_init()
|
|||
sceNp->AddFunc(0xc2ced2b7, sceNpUtilBandwidthTestInitStart);
|
||||
sceNp->AddFunc(0xc880f37d, sceNpUtilBandwidthTestGetStatus);
|
||||
sceNp->AddFunc(0xc99ee313, sceNpUtilBandwidthTestAbort);
|
||||
sceNp->AddFunc(0xa8cf8451, sceNpSignalingDestroyCtx);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue