Enable sysmsg1 for Wii U Notifications
All checks were successful
Build and Test / rust-boss (push) Successful in 7m57s

This commit is contained in:
BloxerHD 2026-07-01 17:14:14 +01:00
commit a3163cd50a
Signed by: bloxerhd018
SSH key fingerprint: SHA256:ItSfcfhpXlfkMK3uQSDYW5X3XKm0hbHWQqWcCK57px8

View file

@ -205,6 +205,27 @@ async fn get_policy_list(console_type: String, major_version: String, country_co
persistent: None,
revive: None,
},
PolicyPriority{
title_id: "000500101004d000".into(),
task_id: "sysmsg1".into(),
level: TaskLevel::EXPEDITE,
persistent: None,
revive: None,
},
PolicyPriority{
title_id: "000500101004d100".into(),
task_id: "sysmsg1".into(),
level: TaskLevel::EXPEDITE,
persistent: None,
revive: None,
},
PolicyPriority{
title_id: "000500101004d200".into(),
task_id: "sysmsg1".into(),
level: TaskLevel::EXPEDITE,
persistent: None,
revive: None,
},
],
})
}