mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-02 10:22:25 -07:00
Merge pull request #8822 from FearlessTobi/multiplayer-fixes
network: Fixes and improvements to the room feature
This commit is contained in:
@@ -16,6 +16,7 @@ namespace AnnounceMultiplayerRoom {
|
||||
struct GameInfo {
|
||||
std::string name{""};
|
||||
u64 id{0};
|
||||
std::string version{""};
|
||||
};
|
||||
|
||||
struct Member {
|
||||
|
Reference in New Issue
Block a user