Skip to content

Commit

Permalink
Add \'Button remapping\' to controller config
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-zilch committed May 16, 2022
1 parent fa7f0fd commit f3efee4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Core/DolphinWX/Config/GCAdapterConfigDiag.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ GCAdapterConfigDiag::GCAdapterConfigDiag(wxWindow* const parent, const wxString&
szr->AddSpacer(space5);
szr->Add(gamecube_rumble, 0, wxEXPAND);
szr->AddSpacer(space5);
szr->Add(new wxStaticText(this, wxID_ANY, _("Button remapping: ")));
szr->AddSpacer(space5);

wxBoxSizer *const a_box = new wxBoxSizer(wxHORIZONTAL);
a_box->Add(new wxStaticText(this, wxID_ANY, _("A: ")));
Expand Down

0 comments on commit f3efee4

Please sign in to comment.