Merge pull request #4605 from PEmu1/tas-gamecube-contro

Clarify GameCube Controller in TAS Input
This commit is contained in:
Mat M 2017-01-05 14:28:54 -05:00 committed by GitHub
commit 0de4ad334f
1 changed files with 1 additions and 1 deletions

View File

@ -375,7 +375,7 @@ void CFrame::OnTASInput(wxCommandEvent& event)
{
g_TASInputDlg[i]->CreateGCLayout();
g_TASInputDlg[i]->Show();
g_TASInputDlg[i]->SetTitle(wxString::Format(_("TAS Input - Controller %d"), i + 1));
g_TASInputDlg[i]->SetTitle(wxString::Format(_("TAS Input - GameCube Controller %d"), i + 1));
}
if (g_wiimote_sources[i] == WIIMOTE_SRC_EMU &&