mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 02:29:59 -06:00
Qt/Hotkeys: Implement "Load from File" / "Save from File" hotkeys
This commit is contained in:
@ -38,6 +38,8 @@ signals:
|
||||
void StateSaveSlot(int state);
|
||||
void StateLoadLastSaved(int state);
|
||||
void StateSaveOldest();
|
||||
void StateLoadFile();
|
||||
void StateSaveFile();
|
||||
void StateLoadUndo();
|
||||
void StateSaveUndo();
|
||||
void StartRecording();
|
||||
|
Reference in New Issue
Block a user