mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-21 07:37:53 -05:00
core, network: Add ability to proxy socket packets
This commit is contained in:
@ -169,7 +169,7 @@ void Lobby::OnJoinRoom(const QModelIndex& source) {
|
||||
}
|
||||
#endif
|
||||
if (auto room_member = room_network.GetRoomMember().lock()) {
|
||||
room_member->Join(nickname, "", ip.c_str(), port, 0, Network::NoPreferredMac, password,
|
||||
room_member->Join(nickname, ip.c_str(), port, 0, Network::NoPreferredIP, password,
|
||||
token);
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user