Netplay/UI: add input delay option to netplay dialogs

This commit is contained in:
Jamie Meyer 2023-07-10 02:44:14 +02:00
parent fc181ae267
commit e51a8f2469
No known key found for this signature in database
GPG Key ID: BF30D71B2F1305C7
1 changed files with 1 additions and 3 deletions

View File

@ -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();