mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Add hotkeys to select save state slots and to save/load the currently selected slots.
This commit is contained in:
@ -331,6 +331,10 @@ private:
|
||||
void StartGame(const std::string& filename);
|
||||
void OnChangeColumnsVisible(wxCommandEvent& event);
|
||||
|
||||
void OnSelectSlot(wxCommandEvent& event);
|
||||
void OnSaveCurrentSlot(wxCommandEvent& event);
|
||||
void OnLoadCurrentSlot(wxCommandEvent& event);
|
||||
|
||||
// Event table
|
||||
DECLARE_EVENT_TABLE();
|
||||
};
|
||||
@ -343,3 +347,4 @@ void OnStoppedCallback();
|
||||
// For TASInputDlg
|
||||
void TASManipFunction(GCPadStatus* PadStatus, int controllerID);
|
||||
bool TASInputHasFocus();
|
||||
extern int g_saveSlot;
|
||||
|
Reference in New Issue
Block a user