Misc NP fixes

This commit is contained in:
RipleyTom 2024-01-10 16:46:02 +01:00 committed by Megamouse
parent f7fa5aab70
commit 4c36b80300
6 changed files with 33 additions and 6 deletions

View file

@ -852,6 +852,8 @@ namespace np
queue_basic_event(to_add);
send_basic_event(to_add.event, 0, 0);
}
send_basic_event(SCE_NP_BASIC_EVENT_END_OF_INITIAL_PRESENCE, 0, 0);
}
SceNpCommunicationId np_handler::get_basic_handler_context()