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