mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 17:49:48 -06:00
Add hotkeys for incrementing/decrementing selected state slot (like RetroArch)
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user