mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-02 01:18:11 -05:00
Network: Propagate Room closing to connected members
This commit is contained in:
@ -97,7 +97,8 @@ public:
|
||||
* This may fail if the username is already taken.
|
||||
*/
|
||||
void Join(const std::string& nickname, const char* server_addr = "127.0.0.1",
|
||||
const u16 serverPort = DefaultRoomPort, const u16 clientPort = 0);
|
||||
const u16 serverPort = DefaultRoomPort, const u16 clientPort = 0,
|
||||
const MacAddress& preferred_mac = NoPreferredMac);
|
||||
|
||||
/**
|
||||
* Sends a WiFi packet to the room.
|
||||
|
Reference in New Issue
Block a user