mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
Qt/HotkeyScheduler: Fix state loading
This commit is contained in:
@ -33,6 +33,12 @@ signals:
|
||||
void SetStateSlotHotkey(int slot);
|
||||
void StateLoadSlotHotkey();
|
||||
void StateSaveSlotHotkey();
|
||||
void StateLoadSlot(int state);
|
||||
void StateSaveSlot(int state);
|
||||
void StateLoadLastSaved(int state);
|
||||
void StateSaveOldest();
|
||||
void StateLoadUndo();
|
||||
void StateSaveUndo();
|
||||
void StartRecording();
|
||||
void ExportRecording();
|
||||
void ToggleReadOnlyMode();
|
||||
|
Reference in New Issue
Block a user