mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00:00
Minor sceNpBasicGetEvent Fix
This commit is contained in:
parent
ab534ac55d
commit
0136215ef1
@ -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);
|
||||
|
||||
// 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()
|
||||
|
Loading…
Reference in New Issue
Block a user