forked from spacebar/rust-nex
yeah it needed more stuff
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