mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Motion Input: Add nunchuk support.
This commit is contained in:
@ -76,6 +76,8 @@ void WiimoteEmuGeneral::Connect(MappingWindow* window)
|
||||
|
||||
void WiimoteEmuGeneral::OnAttachmentChanged(int extension)
|
||||
{
|
||||
GetParent()->ShowExtensionMotionTabs(extension == WiimoteEmu::ExtensionNumber::NUNCHUK);
|
||||
|
||||
m_extension_widget->ChangeExtensionType(extension);
|
||||
|
||||
auto* ce_extension = static_cast<ControllerEmu::Attachments*>(
|
||||
|
Reference in New Issue
Block a user