mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-03 16:16:05 +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
|
@ -102,6 +102,8 @@ private:
|
|||
void StateSaveUndo();
|
||||
void StateSaveOldest();
|
||||
void SetStateSlot(int slot);
|
||||
void IncrementSelectedStateSlot();
|
||||
void DecrementSelectedStateSlot();
|
||||
void BootWiiSystemMenu();
|
||||
|
||||
void PerformOnlineUpdate(const std::string& region);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue