mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 06:39:14 +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))
|
if (IsHotkey(HK_SELECT_STATE_SLOT_1 + i))
|
||||||
{
|
{
|
||||||
wxCommandEvent slot_event;
|
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);
|
CFrame::OnSelectSlot(slot_event);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user