From 2dae72f817342b3f2f12616e788c3ca1f17870f8 Mon Sep 17 00:00:00 2001 From: PEmu1 Date: Tue, 3 Jan 2017 18:03:17 -0800 Subject: [PATCH] Clarify GameCube Controller in TAS Input --- Source/Core/DolphinWX/FrameTools.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/DolphinWX/FrameTools.cpp b/Source/Core/DolphinWX/FrameTools.cpp index 515785ac12..0e1b97e187 100644 --- a/Source/Core/DolphinWX/FrameTools.cpp +++ b/Source/Core/DolphinWX/FrameTools.cpp @@ -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 &&