Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement classic controller tas input. #2290

Merged
merged 1 commit into from Apr 25, 2015

Conversation

RachelBryk
Copy link
Member

No description provided.

@RachelBryk RachelBryk force-pushed the cc-tasinput branch 2 times, most recently from 4354cc2 to efbe1b4 Compare April 11, 2015 06:00
if (id == ID_MAIN_STICK)
return &m_main_stick;
else if (id == ID_C_STICK)
return&m_c_stick;

This comment was marked as off-topic.

@RachelBryk RachelBryk force-pushed the cc-tasinput branch 3 times, most recently from 23ff065 to dcc91e9 Compare April 11, 2015 17:46
@@ -44,8 +45,10 @@ void TASInputDlg::CreateBaseLayout()
{
for (unsigned int i = 0; i < 10; ++i)
m_controls[i] = nullptr;
for (unsigned int i = 0; i < 14; ++i)
for (unsigned int i = 0; i < 13; ++i)
m_buttons[i] = nullptr;

This comment was marked as off-topic.

@RachelBryk RachelBryk force-pushed the cc-tasinput branch 2 times, most recently from 98f05d0 to bb7ca99 Compare April 13, 2015 21:15
{
wxBoxSizer* szr = new wxBoxSizer(wxHORIZONTAL);

for(size_t i = 0; i < ArraySize(m_cc_buttons); ++i)

This comment was marked as off-topic.

@comex
Copy link
Contributor

comex commented Apr 25, 2015

@dolphin-emu rebuild

comex added a commit that referenced this pull request Apr 25, 2015
Implement classic controller tas input.
@comex comex merged commit 9d8c347 into dolphin-emu:master Apr 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
10 participants