diff options
author | FearlessTobi <[email protected]> | 2022-07-15 19:45:35 +0200 |
---|---|---|
committer | FearlessTobi <[email protected]> | 2022-07-25 21:59:30 +0200 |
commit | 6c8e45618578de1406c0bf4a7f976bd4903c339c (patch) | |
tree | 25b959db6f30fe75bf5c6fa667ed92af71117986 /src/network/room.h | |
parent | ec407bd3f1988c6f5d147307c662703c7bc94751 (diff) | |
download | yuzu-android-6c8e45618578de1406c0bf4a7f976bd4903c339c.tar.gz yuzu-android-6c8e45618578de1406c0bf4a7f976bd4903c339c.zip |
Address first part of review comments
Diffstat (limited to 'src/network/room.h')
-rw-r--r-- | src/network/room.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/room.h b/src/network/room.h index 5d4371c16..df2253bf8 100644 --- a/src/network/room.h +++ b/src/network/room.h @@ -13,7 +13,7 @@ namespace Network { -constexpr u32 network_version = 4; ///< The version of this Room and RoomMember +constexpr u32 network_version = 1; ///< The version of this Room and RoomMember constexpr u16 DefaultRoomPort = 24872; |