mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-25 02:38:42 +00:00
Add hotkeys for incrementing/decrementing selected state slot (like RetroArch)
This commit is contained in:
parent
7b2b559743
commit
914f38753a
6 changed files with 35 additions and 1 deletions
|
@ -36,6 +36,8 @@ signals:
|
|||
void ScreenShotHotkey();
|
||||
void RefreshGameListHotkey();
|
||||
void SetStateSlotHotkey(int slot);
|
||||
void IncrementSelectedStateSlotHotkey();
|
||||
void DecrementSelectedStateSlotHotkey();
|
||||
void StateLoadSlotHotkey();
|
||||
void StateSaveSlotHotkey();
|
||||
void StateLoadSlot(int state);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue