From e51a8f2469cf938d6453f715e26a6be7337de6df Mon Sep 17 00:00:00 2001 From: Jamie Meyer <45072324+HeatXD@users.noreply.github.com> Date: Mon, 10 Jul 2023 02:44:14 +0200 Subject: [PATCH] Netplay/UI: add input delay option to netplay dialogs --- src/core/netplay.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/core/netplay.cpp b/src/core/netplay.cpp index 47ec093d6..ffe7fc7de 100644 --- a/src/core/netplay.cpp +++ b/src/core/netplay.cpp @@ -2087,9 +2087,7 @@ bool Netplay::JoinSession(std::string nickname, const std::string& hostname, s32 { s_local_session_password = std::move(password); s_local_spectating = spectating; - Log_InfoPrint("____________"); - Log_InfoPrintf("INPUT DELAY: %d", inputdelay); - Log_InfoPrint("____________"); + if (!Netplay::Start(false, std::move(nickname), hostname, port, inputdelay)) { CloseSession();