Clarify GameCube Controller in TAS Input
This commit is contained in:
parent
a2e191649d
commit
2dae72f817
|
@ -375,7 +375,7 @@ void CFrame::OnTASInput(wxCommandEvent& event)
|
||||||
{
|
{
|
||||||
g_TASInputDlg[i]->CreateGCLayout();
|
g_TASInputDlg[i]->CreateGCLayout();
|
||||||
g_TASInputDlg[i]->Show();
|
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 &&
|
if (g_wiimote_sources[i] == WIIMOTE_SRC_EMU &&
|
||||||
|
|
Loading…
Reference in New Issue