mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-03 11:12:24 -07: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