Enable sysmsg1 for Wii U Notifications
All checks were successful
Build and Test / rust-boss (push) Successful in 7m57s
All checks were successful
Build and Test / rust-boss (push) Successful in 7m57s
This commit is contained in:
parent
af5af13c2a
commit
a3163cd50a
1 changed files with 21 additions and 0 deletions
|
|
@ -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,
|
||||
},
|
||||
],
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue