diff --git a/rnex-core/src/nex/friends_handler.rs b/rnex-core/src/nex/friends_handler.rs index 2038511..a7f39d3 100644 --- a/rnex-core/src/nex/friends_handler.rs +++ b/rnex-core/src/nex/friends_handler.rs @@ -236,6 +236,8 @@ impl Friends3DS for FriendsUser { } async fn sync_friend(&self, unk1: u64, unk2: Vec, unk3: Vec) -> Result, ErrorCode> { + log::info!("params: {:?}, {:?}, {:?}", unk1, unk2, unk3); + let dummy = FriendRelationship { data: Data {}, pid: 69, @@ -250,7 +252,9 @@ impl Friends3DS for FriendsUser { Ok(()) } - async fn update_favorite_game_key(&self, game_key: crate::rmc::protocols::friends_3ds::GameKey) -> Result<(), ErrorCode> { + async fn update_favorite_game_key(&self, game_key: rnex_core::rmc::protocols::friends_3ds::GameKey) -> Result<(), ErrorCode> { + log::info!("favorite game key: {:?}", game_key); + Ok(()) } diff --git a/rnex-core/src/rmc/protocols/friends_3ds.rs b/rnex-core/src/rmc/protocols/friends_3ds.rs index 1945764..ec2bec6 100644 --- a/rnex-core/src/rmc/protocols/friends_3ds.rs +++ b/rnex-core/src/rmc/protocols/friends_3ds.rs @@ -41,7 +41,7 @@ pub struct MiiList { pub mii_data: Vec>, } -#[derive(RmcSerialize)] +#[derive(RmcSerialize, Debug)] #[rmc_struct(0)] pub struct GameKey { #[extends]