mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
Traversal: Notify user of TTL to be used
This commit is contained in:
parent
4f11b0d4c9
commit
5c1c22bab9
7 changed files with 16 additions and 0 deletions
|
@ -1037,6 +1037,11 @@ void NetPlayDialog::OnGolferChanged(const bool is_golfer, const std::string& gol
|
|||
DisplayMessage(tr("%1 is now golfing").arg(QString::fromStdString(golfer_name)), "");
|
||||
}
|
||||
|
||||
void NetPlayDialog::OnTtlDetermined(u8 ttl)
|
||||
{
|
||||
DisplayMessage(tr("Using TTL %1 for probe packet").arg(QString::number(ttl)), "");
|
||||
}
|
||||
|
||||
bool NetPlayDialog::IsRecording()
|
||||
{
|
||||
std::optional<bool> is_recording = RunOnObject(m_record_input_action, &QAction::isChecked);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue