diff options
| author | 2021-12-25 20:27:52 +0100 | |
|---|---|---|
| committer | 2022-07-25 21:59:28 +0200 | |
| commit | 705f7db84dd85555a6aef1e136cf251725cef293 (patch) | |
| tree | e110c6482a11d711d18515afce4fc50adcee76e7 /src/network/room.h | |
| parent | network: Add initial files and enet dependency (diff) | |
| download | yuzu-705f7db84dd85555a6aef1e136cf251725cef293.tar.gz yuzu-705f7db84dd85555a6aef1e136cf251725cef293.tar.xz yuzu-705f7db84dd85555a6aef1e136cf251725cef293.zip | |
yuzu: Add ui files for multiplayer rooms
Diffstat (limited to 'src/network/room.h')
| -rw-r--r-- | src/network/room.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/network/room.h b/src/network/room.h index a67984837..5d4371c16 100644 --- a/src/network/room.h +++ b/src/network/room.h | |||
| @@ -32,7 +32,7 @@ struct RoomInformation { | |||
| 32 | std::string preferred_game; ///< Game to advertise that you want to play | 32 | std::string preferred_game; ///< Game to advertise that you want to play |
| 33 | u64 preferred_game_id; ///< Title ID for the advertised game | 33 | u64 preferred_game_id; ///< Title ID for the advertised game |
| 34 | std::string host_username; ///< Forum username of the host | 34 | std::string host_username; ///< Forum username of the host |
| 35 | bool enable_citra_mods; ///< Allow Citra Moderators to moderate on this room | 35 | bool enable_yuzu_mods; ///< Allow yuzu Moderators to moderate on this room |
| 36 | }; | 36 | }; |
| 37 | 37 | ||
| 38 | struct GameInfo { | 38 | struct GameInfo { |
| @@ -148,7 +148,7 @@ public: | |||
| 148 | const std::string& host_username = "", const std::string& preferred_game = "", | 148 | const std::string& host_username = "", const std::string& preferred_game = "", |
| 149 | u64 preferred_game_id = 0, | 149 | u64 preferred_game_id = 0, |
| 150 | std::unique_ptr<VerifyUser::Backend> verify_backend = nullptr, | 150 | std::unique_ptr<VerifyUser::Backend> verify_backend = nullptr, |
| 151 | const BanList& ban_list = {}, bool enable_citra_mods = false); | 151 | const BanList& ban_list = {}, bool enable_yuzu_mods = false); |
| 152 | 152 | ||
| 153 | /** | 153 | /** |
| 154 | * Sets the verification GUID of the room. | 154 | * Sets the verification GUID of the room. |