Skip to content

Commit 3c8923f

Browse files
committed
Add note about buffer calc to netplay chat startup
1 parent 6bacd1b commit 3c8923f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Core/Core/NetPlayClient.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1649,7 +1649,7 @@ void NetPlayClient::ThreadFunc()
16491649
if (qos_session.Successful())
16501650
{
16511651
m_dialog->AppendChat(
1652-
Common::GetStringT("Quality of Service (QoS) was successfully enabled."));
1652+
Common::GetStringT("Quality of Service (QoS) was successfully enabled.\nBuffer should be set to your ping divided by 16, at a minimum of 2."));
16531653
}
16541654
else
16551655
{

0 commit comments

Comments
 (0)