yuzu: Display current game version in multiplayer room

Makes it easier for users to recognize connection errors caused by different game versions.
This commit is contained in:
FearlessTobi 2022-08-27 03:31:17 +02:00
parent b961b385c3
commit 839e1faf49
6 changed files with 38 additions and 11 deletions

View file

@ -146,7 +146,7 @@ public:
const std::string& password = "", const std::string& token = "");
/**
* Sends a WiFi packet to the room.
* Sends a Proxy packet to the room.
* @param packet The WiFi packet to send.
*/
void SendProxyPacket(const ProxyPacket& packet);