mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Traversal: Notify user of TTL to be used
This commit is contained in:
@ -388,6 +388,7 @@ void TraversalClient::HandleTraversalTest()
|
||||
{
|
||||
// success, we can stop now
|
||||
m_ttlReady = true;
|
||||
m_Client->OnTtlDetermined(m_ttl);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user