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 6e12699e82
commit 31c4475420
6 changed files with 38 additions and 11 deletions

View file

@ -16,6 +16,7 @@ namespace AnnounceMultiplayerRoom {
struct GameInfo {
std::string name{""};
u64 id{0};
std::string version{""};
};
struct Member {