mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-12 02:59:00 +00:00
Qt/HotkeyScheduler: Fix state loading
This commit is contained in:
parent
f51eba9e79
commit
f25213139d
4 changed files with 27 additions and 6 deletions
|
@ -83,6 +83,7 @@ private:
|
|||
void StateSaveSlot();
|
||||
void StateLoadSlotAt(int slot);
|
||||
void StateSaveSlotAt(int slot);
|
||||
void StateLoadLastSavedAt(int slot);
|
||||
void StateLoadUndo();
|
||||
void StateSaveUndo();
|
||||
void StateSaveOldest();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue