fix nintendo notifications
This commit is contained in:
parent
2c08e35c36
commit
666a0b1ad7
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ pub struct NintendoNotificationEventProfile {
|
||||||
pub platform: u8,
|
pub platform: u8,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[rmc_proto(3, NoReturn)]
|
#[rmc_proto(100, NoReturn)]
|
||||||
pub trait NintendoNotification {
|
pub trait NintendoNotification {
|
||||||
#[method_id(1)]
|
#[method_id(1)]
|
||||||
async fn process_nintendo_notification_event_1(&self, notif: NintendoNotificationEvent);
|
async fn process_nintendo_notification_event_1(&self, notif: NintendoNotificationEvent);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue