Add nunchuk support to tas input.

This commit is contained in:
Rachel Bryk
2014-10-31 04:34:30 -04:00
parent a41397d5d7
commit 2eac08aa30
11 changed files with 310 additions and 208 deletions

View File

@ -731,7 +731,7 @@ void CFrame::OnTASInput(wxCommandEvent& event)
if (g_wiimote_sources[i] == WIIMOTE_SRC_EMU && !(Core::IsRunning() && !SConfig::GetInstance().m_LocalCoreStartupParameter.bWii))
{
g_TASInputDlg[i+4]->CreateWiiLayout();
g_TASInputDlg[i+4]->CreateWiiLayout(i);
g_TASInputDlg[i+4]->Show(true);
g_TASInputDlg[i+4]->SetTitle(wxString::Format(_("TAS Input - Wiimote %d"), i + 1));
}