wii u friends

This commit is contained in:
Maple Nebel 2026-07-08 00:01:42 +02:00
commit 860471ea22

View file

@ -54,10 +54,11 @@ pub async fn start_friends_backend() {
fm,
addr: c.prudpsock_addr,
pid: c.pid,
data: Default::default(),
current_friends: Default::default(),
this: this.clone(),
remote: RemoteFriendRemote::new(r),
friend_pids: Default::default(),
maybe_remote_friend: Default::default(),
presence: Default::default(),
})
});
} else {