input_common/tas: Add swap controller

This commit is contained in:
german77
2021-09-18 23:22:42 +02:00
committed by MonsterDruide1
parent 9bb6580d89
commit e6c4bf52f0
8 changed files with 98 additions and 38 deletions
+1 -1
View File
@@ -2921,7 +2921,7 @@ QString GMainWindow::GetTasStateDescription() const {
case TasInput::TasState::Stopped:
return tr("TAS state: Idle %1/%2").arg(current_tas_frame).arg(total_tas_frames);
default:
return tr("INVALID TAS STATE");
return tr("TAS State: Invalid");
}
}