Add hotkeys for save/load state to/from file.

This commit is contained in:
Rachel Bryk
2013-06-30 19:01:30 -04:00
parent c34c82e7ae
commit e4846de692
5 changed files with 17 additions and 3 deletions

View File

@ -216,7 +216,9 @@ void HotkeyConfigDialog::CreateHotkeyGUIControls(void)
_("Save Oldest State"),
_("Undo Load State"),
_("Undo Save State")
_("Undo Save State"),
_("Save State"),
_("Load State"),
};
const int page_breaks[3] = {HK_OPEN, HK_LOAD_STATE_SLOT_1, NUM_HOTKEYS};