mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-10 00:06:32 -05:00
input_common/tas: Add swap controller
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user