Return offline according to g_psn_connection_status.
This commit is contained in:
@@ -1191,7 +1191,13 @@ s32 sceNpManagerRequestTicket()
|
||||
s32 sceNpManagerRequestTicket2()
|
||||
{
|
||||
UNIMPLEMENTED_FUNC(sceNp);
|
||||
return SCE_NP_ERROR_OFFLINE;
|
||||
|
||||
if (g_psn_connection_status == SCE_NP_MANAGER_STATUS_OFFLINE)
|
||||
{
|
||||
return SCE_NP_ERROR_OFFLINE;
|
||||
}
|
||||
|
||||
return CELL_OK;
|
||||
}
|
||||
|
||||
s32 sceNpManagerGetTicket()
|
||||
|
||||
Reference in New Issue
Block a user