mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-02 01:07:52 -05:00
Network: Made send async in RoomMember
This commit is contained in:
@ -47,6 +47,7 @@ public:
|
||||
// Reasons why connection was rejected
|
||||
NameCollision, ///< Somebody is already using this name
|
||||
MacCollision, ///< Somebody is already using that mac-address
|
||||
WrongVersion, ///< The room version is not the same as for this RoomMember
|
||||
CouldNotConnect ///< The room is not responding to a connection attempt
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user