Add hotkeys for incrementing/decrementing selected state slot (like RetroArch)

This commit is contained in:
askew-etc 2022-08-07 12:20:09 -05:00
commit 914f38753a
6 changed files with 35 additions and 1 deletions

View file

@ -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);