mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 15:45:46 +00:00
input_common/tas: Add swap controller
This commit is contained in:
parent
368c9db4ee
commit
d552f84322
8 changed files with 98 additions and 38 deletions
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue