mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
NetPlayDialog: Display external IP/Port as seen by the traversal server when it's used.
This commit is contained in:
@ -69,7 +69,7 @@ struct TraversalPacket
|
||||
{
|
||||
u8 ok;
|
||||
TraversalHostId yourHostId;
|
||||
TraversalInetAddress yourAddress; // currently unused
|
||||
TraversalInetAddress yourAddress;
|
||||
} helloFromServer;
|
||||
struct
|
||||
{
|
||||
|
Reference in New Issue
Block a user