V0 #1

Closed
RusticMaple wants to merge 105 commits from v0 into main
Showing only changes of commit 666a0b1ad7 - Show all commits

fix nintendo notifications

Maple 2026-04-25 16:56:55 +02:00

View file

@ -30,7 +30,7 @@ pub struct NintendoNotificationEventProfile {
pub platform: u8,
}
#[rmc_proto(3, NoReturn)]
#[rmc_proto(100, NoReturn)]
pub trait NintendoNotification {
#[method_id(1)]
async fn process_nintendo_notification_event_1(&self, notif: NintendoNotificationEvent);