fix smm
All checks were successful
Build and Test / friends (push) Successful in 3m40s
Build and Test / sonic-transformed (push) Successful in 4m22s
Build and Test / puyopuyo (push) Successful in 4m23s
Build and Test / fast-racing-neo (push) Successful in 4m30s
Build and Test / mario-tennis (push) Successful in 4m30s
Build and Test / splatoon-testfire (push) Successful in 4m30s
Build and Test / splatoon (push) Successful in 4m31s
Build and Test / minecraft-wiiu (push) Successful in 4m31s
Build and Test / wii-sports-club (push) Successful in 4m38s
Build and Test / wii-u-chat (push) Successful in 4m43s
Build and Test / super-mario-maker (push) Successful in 5m1s

This commit is contained in:
Maple Nebel 2026-06-22 14:30:26 +02:00
commit bb0927c4a0

View file

@ -43,7 +43,10 @@ use rnex_core::{
prudp::socket_addr::PRUDPSockAddr,
rmc::{
protocols::{
message_delivery::{MessageDelivery, RemoteMessageDeliveryNoResponse},
message_delivery::{
MessageDelivery, RawMessageDelivery, RawMessageDeliveryInfo, RemoteMessageDelivery,
RemoteMessageDeliveryNoResponse,
},
messaging::UserMessage,
notifications::{NotificationEvent, RemoteNotification},
ranking::{
@ -88,7 +91,8 @@ cfg_if! {
Matchmake,
NatTraversal,
Utility,
Ranking
Ranking,
MessageDelivery
}
);
}