http://vub63vv26q6v27xzv2dtcd25xumubshogm67yrpaz2rculqxs7jlfqad.onion/torzu-emu/torzu/blame/commit/39af5e51ffa2028e07ce02384241edb2e9820373/src/dedicated_room/yuzu_room.cpp
room - > Create ( room_name , room_description , bind_address , static_cast < u16 > ( port ) , password , max_members , username , preferred_game_info , std : : move ( verify_backend ) , ban_list , enable_yuzu_mods ) ) { core, yuzu: Address first part of review comments 2022-08-01 20:47:39 +00:00 LOG_INFO ( Network , " Failed to create room: " ) ; dedicated_room: Initial implementation 2022-07-30 03:55:29 +00:00 return - 1 ; } core, yuzu: Address first part of review comments 2022-08-01...