yeah it needed more stuff
All checks were successful
Build and Test / splatoon (push) Successful in 4m42s
Build and Test / splatoon-testfire (push) Successful in 4m46s
Build and Test / wii-u-chat (push) Successful in 4m54s
Build and Test / minecraft-wiiu (push) Successful in 5m19s
Build and Test / puyopuyo (push) Successful in 5m19s
Build and Test / friends (push) Successful in 5m19s
Build and Test / fast-racing-neo (push) Successful in 5m21s
Build and Test / wii-sports-club (push) Successful in 5m21s
Build and Test / mario-tennis (push) Successful in 5m21s
Build and Test / sonic-transformed (push) Successful in 5m24s
Build and Test / super-mario-maker (push) Successful in 5m41s
All checks were successful
Build and Test / splatoon (push) Successful in 4m42s
Build and Test / splatoon-testfire (push) Successful in 4m46s
Build and Test / wii-u-chat (push) Successful in 4m54s
Build and Test / minecraft-wiiu (push) Successful in 5m19s
Build and Test / puyopuyo (push) Successful in 5m19s
Build and Test / friends (push) Successful in 5m19s
Build and Test / fast-racing-neo (push) Successful in 5m21s
Build and Test / wii-sports-club (push) Successful in 5m21s
Build and Test / mario-tennis (push) Successful in 5m21s
Build and Test / sonic-transformed (push) Successful in 5m24s
Build and Test / super-mario-maker (push) Successful in 5m41s
This commit is contained in:
parent
54d0339f48
commit
8584136c71
1 changed files with 2 additions and 2 deletions
|
|
@ -132,11 +132,11 @@ impl Friends3DS for FriendsUser {
|
|||
}
|
||||
|
||||
async fn update_mii(&self, profile: Mii) -> Result<(), ErrorCode> {
|
||||
Err(ErrorCode::Core_NotImplemented)
|
||||
Ok(())
|
||||
}
|
||||
|
||||
async fn update_mii_list(&self, profile: MiiList) -> Result<(), ErrorCode> {
|
||||
Err(ErrorCode::Core_NotImplemented)
|
||||
Ok(())
|
||||
}
|
||||
|
||||
async fn update_played_games(&self, profile: Vec<PlayedGame>) -> Result<(), ErrorCode> {
|
||||
|
|
|
|||
Loading…
Reference in a new issue