Add support for older NEX version and add Wii U Chat to CI
Some checks failed
Build and Test / wii-u-chat (push) Failing after 21s
Build and Test / splatoon (push) Has been cancelled
Build and Test / super-mario-maker (push) Has been cancelled
Build and Test / friends (push) Has been cancelled

This commit is contained in:
red binder 2026-04-27 22:36:36 +02:00
commit c5822ae632
3 changed files with 33 additions and 2 deletions

View file

@ -43,7 +43,8 @@ rmc_struct_header = []
guest_login = []
friends = ["guest_login", "database-support"]
big_pid = []
v3-8-15 = ["rmc_struct_header"]
v3-3-2 = []
v3-8-15 = ["rmc_struct_header", "v3-3-2"]
v4-3-11 = ["v3-8-15"]
nx = ["big_pid"]
datastore = ["database-support", "v3-8-15", "dep:aws-sdk-s3", "dep:aws-config"]