enable third notification param on wiiu chat
All checks were successful
Build and Test / friends (push) Successful in 4m37s
Build and Test / splatoon (push) Successful in 5m12s
Build and Test / wii-u-chat (push) Successful in 5m20s
Build and Test / super-mario-maker (push) Successful in 9m37s

This commit is contained in:
Maple Nebel 2026-04-28 11:20:25 +02:00
commit 65c3642439
5 changed files with 24 additions and 21 deletions

View file

@ -44,8 +44,10 @@ guest_login = []
friends = ["guest_login", "database-support"]
big_pid = []
v3-3-2 = []
v3-5-0 = ["v3-3-2"]
v3-8-15 = ["rmc_struct_header", "v3-5-0"]
third-notif-param = []
v3-4-0 = ["v3-3-2", "third-notif-param", "rmc_struct_header"]
v3-5-0 = ["v3-4-0"]
v3-8-15 = ["v3-5-0"]
v4-3-11 = ["v3-8-15"]
nx = ["big_pid"]
datastore = ["database-support", "v3-8-15", "dep:aws-sdk-s3", "dep:aws-config"]