yeah it needed more stuff

This commit is contained in:
red binder 2026-06-23 12:15:47 +02:00
commit 8584136c71

View file

@ -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> {