input_common/tas: Add swap controller

This commit is contained in:
german77 2021-06-27 14:02:38 -05:00 committed by MonsterDruide1
parent 368c9db4ee
commit d552f84322
8 changed files with 98 additions and 38 deletions

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");
}
}