Skip to content

Commit

Permalink
DolphinWX: GetCmdForHotkey() should have Load Last Slot 9/10 as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiralCurtiss committed Jul 12, 2015
1 parent de3379a commit 878629a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Core/DolphinWX/Frame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -988,6 +988,8 @@ int GetCmdForHotkey(unsigned int key)
case HK_LOAD_LAST_STATE_6: return IDM_LOAD_LAST_6;
case HK_LOAD_LAST_STATE_7: return IDM_LOAD_LAST_7;
case HK_LOAD_LAST_STATE_8: return IDM_LOAD_LAST_8;
case HK_LOAD_LAST_STATE_9: return IDM_LOAD_LAST_9;
case HK_LOAD_LAST_STATE_10: return IDM_LOAD_LAST_10;

case HK_SAVE_FIRST_STATE: return IDM_SAVE_FIRST_STATE;
case HK_UNDO_LOAD_STATE: return IDM_UNDO_LOAD_STATE;
Expand Down

0 comments on commit 878629a

Please sign in to comment.