Add hotkeys to select save state slots and to save/load the currently selected slots.

This commit is contained in:
Rachel Bryk 2014-09-16 17:41:16 -04:00
parent 0dd05f4a3f
commit 5dc88a2673
7 changed files with 143 additions and 1 deletions

View file

@ -91,6 +91,19 @@ static const struct
{ "SaveStateSlot9", 0, 0 /* wxMOD_NONE */ },
{ "SaveStateSlot10", 0, 0 /* wxMOD_NONE */ },
{ "SelectStateSlot1", 0 , 0 },
{ "SelectStateSlot2", 0 , 0 },
{ "SelectStateSlot3", 0, 0 },
{ "SelectStateSlot4", 0 , 0 },
{ "SelectStateSlot5", 0 , 0 },
{ "SelectStateSlot6", 0 , 0 },
{ "SelectStateSlot7", 0 , 0 },
{ "SelectStateSlot8", 0 , 0 },
{ "SelectStateSlot9", 0 , 0 },
{ "SelectStateSlot10", 0 , 0 },
{ "SaveSelectedSlot", 0 , 0 },
{ "LoadSelectedSlot", 0 , 0 },
{ "LoadLastState1", 0, 0 /* wxMOD_NONE */ },
{ "LoadLastState2", 0, 0 /* wxMOD_NONE */ },
{ "LoadLastState3", 0, 0 /* wxMOD_NONE */ },