mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 07:39:17 +00: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:
parent
3e287233e9
commit
7643127935
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue