diff options
| author | 2023-04-19 16:26:49 +0000 | |
|---|---|---|
| committer | 2023-04-19 16:26:49 +0000 | |
| commit | 3e7af5fbd7ae5546b234e39d2ebed7ab47959e2c (patch) | |
| tree | bf839c73929f07b3c88539807832f1748a5867ec /src | |
| parent | Allow passing `bind_address` to dedicated room. (diff) | |
| download | yuzu-3e7af5fbd7ae5546b234e39d2ebed7ab47959e2c.tar.gz yuzu-3e7af5fbd7ae5546b234e39d2ebed7ab47959e2c.tar.xz yuzu-3e7af5fbd7ae5546b234e39d2ebed7ab47959e2c.zip | |
Fix formatting.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dedicated_room/yuzu_room.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dedicated_room/yuzu_room.cpp b/src/dedicated_room/yuzu_room.cpp index e1cf8a76d..c1e5c8caf 100644 --- a/src/dedicated_room/yuzu_room.cpp +++ b/src/dedicated_room/yuzu_room.cpp | |||
| @@ -367,8 +367,8 @@ int main(int argc, char** argv) { | |||
| 367 | if (auto room = network.GetRoom().lock()) { | 367 | if (auto room = network.GetRoom().lock()) { |
| 368 | AnnounceMultiplayerRoom::GameInfo preferred_game_info{.name = preferred_game, | 368 | AnnounceMultiplayerRoom::GameInfo preferred_game_info{.name = preferred_game, |
| 369 | .id = preferred_game_id}; | 369 | .id = preferred_game_id}; |
| 370 | if (!room->Create(room_name, room_description, bind_address, port, password, max_members, username, | 370 | if (!room->Create(room_name, room_description, bind_address, port, password, max_members, |
| 371 | preferred_game_info, std::move(verify_backend), ban_list, | 371 | username, preferred_game_info, std::move(verify_backend), ban_list, |
| 372 | enable_yuzu_mods)) { | 372 | enable_yuzu_mods)) { |
| 373 | LOG_INFO(Network, "Failed to create room: "); | 373 | LOG_INFO(Network, "Failed to create room: "); |
| 374 | return -1; | 374 | return -1; |