mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Merge pull request #2579 from degasus/hotkeys
Hotkeys: Fix "Select State Slot"
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user