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:
parent
3e287233e9
commit
7643127935
|
@ -168,6 +168,7 @@ void WiimotePadConfigDialog::OnKeyDown(wxKeyEvent& event)
|
|||
SetButtonText(ClickedButton->GetId(), keyStr);
|
||||
// Save the setting
|
||||
SaveKeyboardMapping(Page, ClickedButton->GetId(), i);
|
||||
break;
|
||||
}
|
||||
}
|
||||
#elif defined(HAVE_X11) && HAVE_X11
|
||||
|
|
Loading…
Reference in New Issue