mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
Fixed the tiny bug that prevents you from customizing Wiimote key mapping.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4626 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -168,6 +168,7 @@ void WiimotePadConfigDialog::OnKeyDown(wxKeyEvent& event)
|
|||||||
SetButtonText(ClickedButton->GetId(), keyStr);
|
SetButtonText(ClickedButton->GetId(), keyStr);
|
||||||
// Save the setting
|
// Save the setting
|
||||||
SaveKeyboardMapping(Page, ClickedButton->GetId(), i);
|
SaveKeyboardMapping(Page, ClickedButton->GetId(), i);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#elif defined(HAVE_X11) && HAVE_X11
|
#elif defined(HAVE_X11) && HAVE_X11
|
||||||
|
Reference in New Issue
Block a user