From 666a0b1ad7c6f202e1b94c3959d79d4e9159860d Mon Sep 17 00:00:00 2001 From: Maple Date: Sat, 25 Apr 2026 16:56:55 +0200 Subject: [PATCH] fix nintendo notifications --- rnex-core/src/rmc/protocols/nintendo_notification.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rnex-core/src/rmc/protocols/nintendo_notification.rs b/rnex-core/src/rmc/protocols/nintendo_notification.rs index f7503fd..ae31467 100644 --- a/rnex-core/src/rmc/protocols/nintendo_notification.rs +++ b/rnex-core/src/rmc/protocols/nintendo_notification.rs @@ -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);