diff options
| author | 2022-09-02 10:24:32 -0700 | |
|---|---|---|
| committer | 2022-09-02 10:24:32 -0700 | |
| commit | 5addff8d59dbafb96af02319c24e3e162296336d (patch) | |
| tree | af3d99b89ec3cf093e940eff2d9d8cb31e4faec8 /src/common | |
| parent | Merge pull request #8843 from Kelebek1/SILENCE_WENCH (diff) | |
| parent | Address review comments (diff) | |
| download | yuzu-5addff8d59dbafb96af02319c24e3e162296336d.tar.gz yuzu-5addff8d59dbafb96af02319c24e3e162296336d.tar.xz yuzu-5addff8d59dbafb96af02319c24e3e162296336d.zip | |
Merge pull request #8822 from FearlessTobi/multiplayer-fixes
network: Fixes and improvements to the room feature
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/announce_multiplayer_room.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/announce_multiplayer_room.h b/src/common/announce_multiplayer_room.h index cb004e0eb..4a3100fa4 100644 --- a/src/common/announce_multiplayer_room.h +++ b/src/common/announce_multiplayer_room.h | |||
| @@ -16,6 +16,7 @@ namespace AnnounceMultiplayerRoom { | |||
| 16 | struct GameInfo { | 16 | struct GameInfo { |
| 17 | std::string name{""}; | 17 | std::string name{""}; |
| 18 | u64 id{0}; | 18 | u64 id{0}; |
| 19 | std::string version{""}; | ||
| 19 | }; | 20 | }; |
| 20 | 21 | ||
| 21 | struct Member { | 22 | struct Member { |