mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-09 16:35:13 +00:00
RPCN 1.1
This commit is contained in:
parent
dda0b8af45
commit
26d406fec3
14 changed files with 155 additions and 55 deletions
|
|
@ -1122,6 +1122,7 @@ namespace np
|
|||
case rpcn::NotificationType::UpdatedRoomMemberDataInternal: notif_updated_room_member_data_internal(notif.second); break;
|
||||
case rpcn::NotificationType::SignalP2PConnect: notif_p2p_connect(notif.second); break;
|
||||
case rpcn::NotificationType::RoomMessageReceived: notif_room_message_received(notif.second); break;
|
||||
case rpcn::NotificationType::SignalingInfo: notif_signaling_info(notif.second); break;
|
||||
default: rpcn_log.error("Unknown notification(%d) received!", notif.first); break;
|
||||
}
|
||||
}
|
||||
|
|
@ -1240,7 +1241,7 @@ namespace np
|
|||
ret.cb = (optParam && optParam->cbFunc) ? optParam->cbFunc : ctx->default_match2_optparam.cbFunc;
|
||||
ret.event_type = event_type;
|
||||
|
||||
nph_log.warning("Callback used is 0x%x", ret.cb);
|
||||
nph_log.trace("Callback used is 0x%x with req_id %d", ret.cb, req_id);
|
||||
|
||||
{
|
||||
std::lock_guard lock(mutex_pending_requests);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue