Extra logging for GUI notifications

This commit is contained in:
RipleyTom 2026-07-02 17:06:49 +02:00 committed by Megamouse
parent cae36151ff
commit f2820b75db

View File

@ -294,6 +294,7 @@ namespace np
MatchingRoomStatus_to_SceNpMatchingRoomStatus(edata, *update_info, room_status); MatchingRoomStatus_to_SceNpMatchingRoomStatus(edata, *update_info, room_status);
np_memory.shrink_allocation(edata.addr(), edata.size()); np_memory.shrink_allocation(edata.addr(), edata.size());
rpcn_log.notice("Received GUI notification: %s", name);
extra_nps::print_SceNpMatchingRoomStatus(room_status); extra_nps::print_SceNpMatchingRoomStatus(room_status);
switch (notification_type) switch (notification_type)