diff --git a/rnex-core/src/nex/friends_handler.rs b/rnex-core/src/nex/friends_handler.rs index 3979d2c..8c9c633 100644 --- a/rnex-core/src/nex/friends_handler.rs +++ b/rnex-core/src/nex/friends_handler.rs @@ -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) -> Result<(), ErrorCode> {