mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 22:41:25 +12:00
Minor sceNpBasicGetEvent Fix
This commit is contained in:
parent
ab534ac55d
commit
0136215ef1
1 changed files with 2 additions and 2 deletions
|
@ -511,9 +511,9 @@ s32 sceNpBasicGetEvent(vm::ptr<s32> event, vm::ptr<SceNpUserInfo> from, vm::ptr<
|
||||||
sceNp.warning("sceNpBasicGetEvent(event=*0x%x, from=*0x%x, data=*0x%x, size=*0x%x)", event, from, data, size);
|
sceNp.warning("sceNpBasicGetEvent(event=*0x%x, from=*0x%x, data=*0x%x, size=*0x%x)", event, from, data, size);
|
||||||
|
|
||||||
// TODO: Check for other error and pass other events
|
// TODO: Check for other error and pass other events
|
||||||
*event = SCE_NP_BASIC_EVENT_OFFLINE;
|
//*event = SCE_NP_BASIC_EVENT_OFFLINE; // This event only indicates a contact is offline, not the current status of the connection
|
||||||
|
|
||||||
return CELL_OK;
|
return SCE_NP_BASIC_ERROR_NO_EVENT;
|
||||||
}
|
}
|
||||||
|
|
||||||
s32 sceNpCommerceCreateCtx()
|
s32 sceNpCommerceCreateCtx()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue