mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-10 19:47:40 +01:00
Merge pull request #2579 from degasus/hotkeys
Hotkeys: Fix "Select State Slot"
This commit is contained in:
commit
d4cf06c922
@ -1462,7 +1462,7 @@ void CFrame::ParseHotkeys()
|
||||
if (IsHotkey(HK_SELECT_STATE_SLOT_1 + i))
|
||||
{
|
||||
wxCommandEvent slot_event;
|
||||
slot_event.SetId(i + IDM_SELECT_SLOT_1 - HK_SELECT_STATE_SLOT_1);
|
||||
slot_event.SetId(IDM_SELECT_SLOT_1 + i);
|
||||
CFrame::OnSelectSlot(slot_event);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user