mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-01 03:32:58 +00:00
Merge pull request #3468 from JosJuice/dk-bongos
Use the English name for DK Bongos in the English version of Dolphin
This commit is contained in:
commit
ccd646dad0
@ -24,7 +24,7 @@ GCAdapterConfigDiag::GCAdapterConfigDiag(wxWindow* const parent, const wxString&
|
|||||||
gamecube_rumble->SetValue(SConfig::GetInstance().m_AdapterRumble[m_pad_id]);
|
gamecube_rumble->SetValue(SConfig::GetInstance().m_AdapterRumble[m_pad_id]);
|
||||||
gamecube_rumble->Bind(wxEVT_CHECKBOX, &GCAdapterConfigDiag::OnAdapterRumble, this);
|
gamecube_rumble->Bind(wxEVT_CHECKBOX, &GCAdapterConfigDiag::OnAdapterRumble, this);
|
||||||
|
|
||||||
wxCheckBox* const gamecube_konga = new wxCheckBox(this, wxID_ANY, _("Simulate DK TaruKonga"));
|
wxCheckBox* const gamecube_konga = new wxCheckBox(this, wxID_ANY, _("Simulate DK Bongos"));
|
||||||
gamecube_konga->SetValue(SConfig::GetInstance().m_AdapterKonga[m_pad_id]);
|
gamecube_konga->SetValue(SConfig::GetInstance().m_AdapterKonga[m_pad_id]);
|
||||||
gamecube_konga->Bind(wxEVT_CHECKBOX, &GCAdapterConfigDiag::OnAdapterKonga, this);
|
gamecube_konga->Bind(wxEVT_CHECKBOX, &GCAdapterConfigDiag::OnAdapterKonga, this);
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@ ControllerConfigDiag::ControllerConfigDiag(wxWindow* const parent)
|
|||||||
_("GameCube Adapter for Wii U"),
|
_("GameCube Adapter for Wii U"),
|
||||||
_("Steering Wheel"),
|
_("Steering Wheel"),
|
||||||
_("Dance Mat"),
|
_("Dance Mat"),
|
||||||
_("TaruKonga (Bongos)"),
|
_("DK Bongos"),
|
||||||
_("GBA"),
|
_("GBA"),
|
||||||
_("Keyboard"),
|
_("Keyboard"),
|
||||||
_("AM Baseboard")
|
_("AM Baseboard")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user