mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-09 03:58:06 +03:00
Add hotkeys to select save state slots and to save/load the currently selected slots.
This commit is contained in:
parent
0dd05f4a3f
commit
5dc88a2673
7 changed files with 143 additions and 1 deletions
|
@ -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 */ },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue